#[repr(C)]pub struct XY {
pub x: SINT32,
pub y: SINT32,
}
Fields§
§x: SINT32
§y: SINT32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for XY
impl Send for XY
impl Sync for XY
impl Unpin for XY
impl UnwindSafe for XY
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more