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