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