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