pub struct RegistersSnapshot {
pub unnamed: RegisterSnapshot,
pub named: Vec<RegisterSnapshot>,
}Expand description
Snapshot of all registers.
Fields§
§unnamed: RegisterSnapshotUnnamed register (“).
named: Vec<RegisterSnapshot>Named registers (a-z), only non-empty ones.
Trait Implementations§
Source§impl Clone for RegistersSnapshot
impl Clone for RegistersSnapshot
Source§fn clone(&self) -> RegistersSnapshot
fn clone(&self) -> RegistersSnapshot
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for RegistersSnapshot
impl RefUnwindSafe for RegistersSnapshot
impl Send for RegistersSnapshot
impl Sync for RegistersSnapshot
impl Unpin for RegistersSnapshot
impl UnsafeUnpin for RegistersSnapshot
impl UnwindSafe for RegistersSnapshot
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