#[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 duplicate 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