#[repr(C)]pub struct Struct__fpreg {
pub significand: [c_ushort; 4],
pub exponent: c_ushort,
}Fields§
§significand: [c_ushort; 4]§exponent: c_ushortTrait Implementations§
Source§impl Clone for Struct__fpreg
impl Clone for Struct__fpreg
Source§impl Default for Struct__fpreg
impl Default for Struct__fpreg
impl Copy for Struct__fpreg
Auto Trait Implementations§
impl Freeze for Struct__fpreg
impl RefUnwindSafe for Struct__fpreg
impl Send for Struct__fpreg
impl Sync for Struct__fpreg
impl Unpin for Struct__fpreg
impl UnwindSafe for Struct__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