Struct libc::_libc_fpxreg
#[repr(C)]
pub struct _libc_fpxreg {
pub significand: [u16; 4],
pub exponent: u16,
/* some fields hidden */
}Fields
pub significand: [u16; 4]pub exponent: u16Trait Implementations
impl Clone for _libc_fpxreg
fn clone(&Self) -> _libc_fpxregimpl Copy for _libc_fpxregimpl Debug for _libc_fpxreg
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for _libc_fpxregimpl Hash for _libc_fpxreg
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<_libc_fpxreg> for _libc_fpxreg
fn eq(&Self, other: &_libc_fpxreg) -> boolfn ne(&Self, other: &_libc_fpxreg) -> boolimpl StructuralEq for _libc_fpxregimpl StructuralPartialEq for _libc_fpxregAuto Trait Implementations
impl RefUnwindSafe for _libc_fpxregimpl Send for _libc_fpxregimpl Sync for _libc_fpxregimpl Unpin for _libc_fpxregimpl UnwindSafe for _libc_fpxregBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T