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