#[repr(C)]pub struct XMINT2 {
pub x: i32,
pub y: i32,
}Fields§
§x: i32§y: i32Implementations§
Trait Implementations§
impl Copy for XMINT2
Auto Trait Implementations§
impl Freeze for XMINT2
impl RefUnwindSafe for XMINT2
impl Send for XMINT2
impl Sync for XMINT2
impl Unpin for XMINT2
impl UnsafeUnpin for XMINT2
impl UnwindSafe for XMINT2
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