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