[−][src]Struct ndk_sys::sigcontext
Fields
trap_no: c_ulongerror_code: c_ulongoldmask: c_ulongarm_r0: c_ulongarm_r1: c_ulongarm_r2: c_ulongarm_r3: c_ulongarm_r4: c_ulongarm_r5: c_ulongarm_r6: c_ulongarm_r7: c_ulongarm_r8: c_ulongarm_r9: c_ulongarm_r10: c_ulongarm_fp: c_ulongarm_ip: c_ulongarm_sp: c_ulongarm_lr: c_ulongarm_pc: c_ulongarm_cpsr: c_ulongfault_address: c_ulongTrait Implementations
impl Clone for sigcontext[src]
fn clone(&self) -> sigcontext[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for sigcontext[src]
impl Debug for sigcontext[src]
Auto Trait Implementations
impl RefUnwindSafe for sigcontext
impl Send for sigcontext
impl Sync for sigcontext
impl Unpin for sigcontext
impl UnwindSafe for sigcontext
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,