pub struct CqhciRegisterSnapshot {Show 23 fields
pub ver: u32,
pub caps: u32,
pub cfg: u32,
pub ctl: u32,
pub is: u32,
pub iste: u32,
pub isge: u32,
pub tdlba: u32,
pub tdlbau: u32,
pub dbr: u32,
pub tcn: u32,
pub dqs: u32,
pub dpt: u32,
pub tdpe: u32,
pub ssc1: u32,
pub ssc2: u32,
pub rmem: u32,
pub terri: u32,
pub cri: u32,
pub cra: u32,
pub hccap: u32,
pub hccfg: u32,
pub crypto: Option<CqhciCryptoRegisterSnapshot>,
}Expand description
A snapshot of all registers, for debugging purposes.
Fields§
§ver: u32§caps: u32§cfg: u32§ctl: u32§is: u32§iste: u32§isge: u32§tdlba: u32§tdlbau: u32§dbr: u32§tcn: u32§dqs: u32§dpt: u32§tdpe: u32§ssc1: u32§ssc2: u32§rmem: u32§terri: u32§cri: u32§cra: u32§hccap: u32§hccfg: u32§crypto: Option<CqhciCryptoRegisterSnapshot>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CqhciRegisterSnapshot
impl RefUnwindSafe for CqhciRegisterSnapshot
impl Send for CqhciRegisterSnapshot
impl Sync for CqhciRegisterSnapshot
impl Unpin for CqhciRegisterSnapshot
impl UnwindSafe for CqhciRegisterSnapshot
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