Struct ndk_sys::sve_context
source · #[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
sourceimpl Clone for sve_context
impl Clone for sve_context
sourcefn clone(&self) -> sve_context
fn clone(&self) -> sve_context
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for sve_context
impl Debug for sve_context
impl Copy for sve_context
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more