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