Struct ndk_sys::sve_context
source · #[repr(C)]pub struct sve_context {
pub head: _aarch64_ctx,
pub vl: __u16,
pub flags: __u16,
pub __reserved: [__u16; 2],
}
Fields§
§head: _aarch64_ctx
§vl: __u16
§flags: __u16
§__reserved: [__u16; 2]
Trait Implementations§
source§impl Clone for sve_context
impl Clone for sve_context
source§fn clone(&self) -> sve_context
fn clone(&self) -> sve_context
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for sve_context
impl Debug for sve_context
impl Copy for sve_context
Auto Trait Implementations§
impl Freeze for sve_context
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more