pub struct CpuEntryState { /* private fields */ }Expand description
CPU-owned physical userspace register image.
Trait Implementations§
Source§impl Default for CpuEntryState
impl Default for CpuEntryState
Source§fn default() -> CpuEntryState
fn default() -> CpuEntryState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CpuEntryState
impl RefUnwindSafe for CpuEntryState
impl Send for CpuEntryState
impl Sync for CpuEntryState
impl Unpin for CpuEntryState
impl UnsafeUnpin for CpuEntryState
impl UnwindSafe for CpuEntryState
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