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