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