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