Struct libc::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_longswd: c_longtwd: c_longfip: c_longfcs: c_longfoo: c_longfos: c_longst_space: [c_long; 20]Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.