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