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