#[repr(C)]pub struct extra_context {
pub head: _aarch64_ctx,
pub datap: c_ulong,
pub size: c_uint,
pub __reserved: [c_uint; 3],
}Fields§
§head: _aarch64_ctx§datap: c_ulong§size: c_uint§__reserved: [c_uint; 3]Trait Implementations§
Source§impl Clone for extra_context
impl Clone for extra_context
Source§fn clone(&self) -> extra_context
fn clone(&self) -> extra_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 extra_context
impl Debug for extra_context
Source§impl PartialEq for extra_context
impl PartialEq for extra_context
impl Copy for extra_context
impl Eq for extra_context
impl StructuralPartialEq for extra_context
Auto Trait Implementations§
impl Freeze for extra_context
impl RefUnwindSafe for extra_context
impl Send for extra_context
impl Sync for extra_context
impl Unpin for extra_context
impl UnwindSafe for extra_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