#[repr(C)]pub struct user_regs_struct {
pub regs: [c_ulonglong; 31],
pub sp: c_ulonglong,
pub pc: c_ulonglong,
pub pstate: c_ulonglong,
}Fields§
§regs: [c_ulonglong; 31]§sp: c_ulonglong§pc: c_ulonglong§pstate: c_ulonglongAuto Trait Implementations§
impl Freeze for user_regs_struct
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 UnsafeUnpin for user_regs_struct
impl UnwindSafe for user_regs_struct
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