Struct ndk_sys::zt_context
source · #[repr(C)]pub struct zt_context {
pub head: _aarch64_ctx,
pub nregs: __u16,
pub __reserved: [__u16; 3],
}
Fields§
§head: _aarch64_ctx
§nregs: __u16
§__reserved: [__u16; 3]
Trait Implementations§
source§impl Clone for zt_context
impl Clone for zt_context
source§fn clone(&self) -> zt_context
fn clone(&self) -> zt_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 zt_context
impl Debug for zt_context
impl Copy for zt_context
Auto Trait Implementations§
impl Freeze for zt_context
impl RefUnwindSafe for zt_context
impl Send for zt_context
impl Sync for zt_context
impl Unpin for zt_context
impl UnwindSafe for zt_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