#[repr(C)]pub struct GFloatIEEE754 { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GFloatIEEE754
impl RefUnwindSafe for GFloatIEEE754
impl !Send for GFloatIEEE754
impl !Sync for GFloatIEEE754
impl !Unpin for GFloatIEEE754
impl UnwindSafe for GFloatIEEE754
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