Struct ndk_sys::extra_context
source · #[repr(C)]pub struct extra_context {
pub head: _aarch64_ctx,
pub datap: __u64,
pub size: __u32,
pub __reserved: [__u32; 3],
}
Fields§
§head: _aarch64_ctx
§datap: __u64
§size: __u32
§__reserved: [__u32; 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 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 extra_context
impl Debug for extra_context
impl Copy 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