Struct libc::user_fpregs_struct
#[repr(C)]
pub struct user_fpregs_struct {
pub cwd: ::c_ushort,
pub swd: ::c_ushort,
pub ftw: ::c_ushort,
pub fop: ::c_ushort,
pub rip: ::c_ulonglong,
pub rdp: ::c_ulonglong,
pub mxcsr: ::c_uint,
pub mxcr_mask: ::c_uint,
pub st_space: [::c_uint; 32],
pub xmm_space: [::c_uint; 64],
/* some fields hidden */
}
Fields
pub cwd: ::c_ushort
pub swd: ::c_ushort
pub ftw: ::c_ushort
pub fop: ::c_ushort
pub rip: ::c_ulonglong
pub rdp: ::c_ulonglong
pub mxcsr: ::c_uint
pub mxcr_mask: ::c_uint
pub st_space: [::c_uint; 32]
pub xmm_space: [::c_uint; 64]
Trait Implementations
impl Clone for user_fpregs_struct
fn clone(&Self) -> user_fpregs_struct
impl Copy for user_fpregs_struct
impl Debug for user_fpregs_struct
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result
impl Eq for user_fpregs_struct
impl Hash for user_fpregs_struct
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)
impl PartialEq<user_fpregs_struct> for user_fpregs_struct
fn eq(&Self, other: &user_fpregs_struct) -> bool
Auto Trait Implementations
impl RefUnwindSafe for user_fpregs_struct
impl Send for user_fpregs_struct
impl Sync for user_fpregs_struct
impl Unpin for user_fpregs_struct
impl UnwindSafe for user_fpregs_struct
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T