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