Struct ndk_sys::mcontext_t [−][src]
#[repr(C)]pub struct mcontext_t {
pub gregs: gregset_t,
pub fpregs: fpregset_t,
pub __reserved1: [c_ulong; 8],
}
Fields
gregs: gregset_t
fpregs: fpregset_t
__reserved1: [c_ulong; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for mcontext_t
impl !Send for mcontext_t
impl !Sync for mcontext_t
impl Unpin for mcontext_t
impl UnwindSafe for mcontext_t
Blanket Implementations
Mutably borrows from an owned value. Read more