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_longswd: c_longtwd: c_longfip: c_longfcs: c_longfoo: c_longfos: c_longst_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
