#[repr(C)]pub struct _fpreg {
pub significand: [__u16; 4],
pub exponent: __u16,
}
Fields§
§significand: [__u16; 4]
§exponent: __u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _fpreg
impl RefUnwindSafe for _fpreg
impl Send for _fpreg
impl Sync for _fpreg
impl Unpin for _fpreg
impl UnwindSafe for _fpreg
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