Struct ndk_sys::_aarch64_ctx
source · #[repr(C)]pub struct _aarch64_ctx {
pub magic: __u32,
pub size: __u32,
}
Fields§
§magic: __u32
§size: __u32
Trait Implementations§
source§impl Clone for _aarch64_ctx
impl Clone for _aarch64_ctx
source§fn clone(&self) -> _aarch64_ctx
fn clone(&self) -> _aarch64_ctx
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 _aarch64_ctx
impl Debug for _aarch64_ctx
impl Copy for _aarch64_ctx
Auto Trait Implementations§
impl Freeze for _aarch64_ctx
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§
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