Struct ndk_sys::extra_context [−][src]
#[repr(C)]pub struct extra_context {
pub head: _aarch64_ctx,
pub datap: __u64,
pub size: __u32,
pub __reserved: [__u32; 3],
}
Fields
head: _aarch64_ctx
datap: __u64
size: __u32
__reserved: [__u32; 3]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for extra_context
impl Send for extra_context
impl Sync for extra_context
impl Unpin for extra_context
impl UnwindSafe for extra_context
Blanket Implementations
Mutably borrows from an owned value. Read more