Struct ndk_sys::user_regs_struct [−][src]
#[repr(C)]pub struct user_regs_struct {
pub regs: [u64; 31],
pub sp: u64,
pub pc: u64,
pub pstate: u64,
}
Fields
regs: [u64; 31]
sp: u64
pc: u64
pstate: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for user_regs_struct
impl Send for user_regs_struct
impl Sync for user_regs_struct
impl Unpin for user_regs_struct
impl UnwindSafe for user_regs_struct
Blanket Implementations
Mutably borrows from an owned value. Read more