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: u16
Trait Implementations
impl Clone for _libc_fpxreg
fn clone(&Self) -> _libc_fpxreg
impl Copy for _libc_fpxreg
impl Debug for _libc_fpxreg
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for _libc_fpxreg
impl 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) -> bool
fn ne(&Self, other: &_libc_fpxreg) -> bool
impl StructuralEq for _libc_fpxreg
impl StructuralPartialEq for _libc_fpxreg
Auto Trait Implementations
impl RefUnwindSafe for _libc_fpxreg
impl Send for _libc_fpxreg
impl Sync for _libc_fpxreg
impl Unpin for _libc_fpxreg
impl UnwindSafe for _libc_fpxreg
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T