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