Struct ndk_sys::sigcontext
source · #[repr(C, 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: __u64
§regs: [__u64; 31]
§sp: __u64
§pc: __u64
§pstate: __u64
§__bindgen_padding_0: [u8; 8]
§__reserved: [__u8; 4096]
Trait Implementations§
source§impl Clone for sigcontext
impl Clone for sigcontext
source§fn clone(&self) -> sigcontext
fn clone(&self) -> sigcontext
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 sigcontext
impl Debug for sigcontext
impl Copy for sigcontext
Auto Trait Implementations§
impl Freeze for sigcontext
impl RefUnwindSafe for sigcontext
impl Send for sigcontext
impl Sync for sigcontext
impl Unpin for sigcontext
impl UnwindSafe for sigcontext
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