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