Skip to main content

CqhciRegisterSnapshot

Struct CqhciRegisterSnapshot 

Source
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§

Source§

impl Debug for CqhciRegisterSnapshot

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.