Struct libc_interface::user_fpregs_struct [−][src]
#[repr(C)]pub struct user_fpregs_struct { pub cwd: c_long, pub swd: c_long, pub twd: c_long, pub fip: c_long, pub fcs: c_long, pub foo: c_long, pub fos: c_long, pub st_space: [c_long; 20], }
Fields
cwd: c_long
swd: c_long
twd: c_long
fip: c_long
fcs: c_long
foo: c_long
fos: c_long
st_space: [c_long; 20]
Trait Implementations
impl Copy for user_fpregs_struct
[src]
impl Copy for user_fpregs_struct
impl Clone for user_fpregs_struct
[src]
impl Clone for user_fpregs_struct
fn clone(&self) -> user_fpregs_struct
[src]
fn clone(&self) -> user_fpregs_struct
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for user_fpregs_struct
[src]
impl PartialEq for user_fpregs_struct
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for user_fpregs_struct
[src]
impl Eq for user_fpregs_struct
Auto Trait Implementations
impl Send for user_fpregs_struct
impl Send for user_fpregs_struct
impl Sync for user_fpregs_struct
impl Sync for user_fpregs_struct