#[repr(C)]pub struct user_regs {Show 18 fields
pub arm_r0: c_ulong,
pub arm_r1: c_ulong,
pub arm_r2: c_ulong,
pub arm_r3: c_ulong,
pub arm_r4: c_ulong,
pub arm_r5: c_ulong,
pub arm_r6: c_ulong,
pub arm_r7: c_ulong,
pub arm_r8: c_ulong,
pub arm_r9: c_ulong,
pub arm_r10: c_ulong,
pub arm_fp: c_ulong,
pub arm_ip: c_ulong,
pub arm_sp: c_ulong,
pub arm_lr: c_ulong,
pub arm_pc: c_ulong,
pub arm_cpsr: c_ulong,
pub arm_orig_r0: c_ulong,
}Fields§
§arm_r0: c_ulong§arm_r1: c_ulong§arm_r2: c_ulong§arm_r3: c_ulong§arm_r4: c_ulong§arm_r5: c_ulong§arm_r6: c_ulong§arm_r7: c_ulong§arm_r8: c_ulong§arm_r9: c_ulong§arm_r10: c_ulong§arm_fp: c_ulong§arm_ip: c_ulong§arm_sp: c_ulong§arm_lr: c_ulong§arm_pc: c_ulong§arm_cpsr: c_ulong§arm_orig_r0: c_ulongTrait Implementations§
Auto Trait Implementations§
impl Freeze for user_regs
impl RefUnwindSafe for user_regs
impl Send for user_regs
impl Sync for user_regs
impl Unpin for user_regs
impl UnwindSafe for user_regs
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