Struct glib_sys::GFloatIEEE754
source · [−]#[repr(C)]pub struct GFloatIEEE754 { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GFloatIEEE754
impl !Send for GFloatIEEE754
impl !Sync for GFloatIEEE754
impl !Unpin for GFloatIEEE754
impl UnwindSafe for GFloatIEEE754
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more