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