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