Struct ndk_sys::sigcontext
source · [−]#[repr(C)]#[repr(align(16))]pub struct sigcontext {
pub fault_address: __u64,
pub regs: [__u64; 31],
pub sp: __u64,
pub pc: __u64,
pub pstate: __u64,
pub __bindgen_padding_0: [u8; 8],
pub __reserved: [__u8; 4096],
}Fields
fault_address: __u64regs: [__u64; 31]sp: __u64pc: __u64pstate: __u64__bindgen_padding_0: [u8; 8]__reserved: [__u8; 4096]Trait Implementations
sourceimpl Clone for sigcontext
impl Clone for sigcontext
sourcefn clone(&self) -> sigcontext
fn clone(&self) -> sigcontext
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for sigcontext
impl Debug for sigcontext
impl Copy for sigcontext
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more