Struct ndk_sys::_aarch64_ctx
source · Fields
magic: __u32
size: __u32
Trait Implementations
sourceimpl Clone for _aarch64_ctx
impl Clone for _aarch64_ctx
sourcefn clone(&self) -> _aarch64_ctx
fn clone(&self) -> _aarch64_ctx
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 _aarch64_ctx
impl Debug for _aarch64_ctx
impl Copy for _aarch64_ctx
Auto Trait Implementations
impl RefUnwindSafe for _aarch64_ctx
impl Send for _aarch64_ctx
impl Sync for _aarch64_ctx
impl Unpin for _aarch64_ctx
impl UnwindSafe for _aarch64_ctx
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