#[repr(C)]pub struct _fpreg {
pub significand: [c_ushort; 4],
pub exponent: c_ushort,
}
Fields§
§significand: [c_ushort; 4]
§exponent: c_ushort
Trait Implementations§
impl Copy for _fpreg
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