Struct ndk_sys::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
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
Mutably borrows from an owned value. Read more