Struct glib_sys::GFloatIEEE754_mpn
source · [−]#[repr(C)]pub struct GFloatIEEE754_mpn {
pub mantissa: c_uint,
/* private fields */
}
Fields
mantissa: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GFloatIEEE754_mpn
impl Send for GFloatIEEE754_mpn
impl Sync for GFloatIEEE754_mpn
impl Unpin for GFloatIEEE754_mpn
impl UnwindSafe for GFloatIEEE754_mpn
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