pub struct CqhciCryptoRegisterSnapshot {
pub crnqp: u32,
pub crnqdun: u32,
pub crnqis: u32,
pub crnqie: u32,
pub crcap: u32,
}Expand description
A snapshot of all crypto registers, for debugging purposes.
Fields§
§crnqp: u32§crnqdun: u32§crnqis: u32§crnqie: u32§crcap: u32Auto Trait Implementations§
impl Freeze for CqhciCryptoRegisterSnapshot
impl RefUnwindSafe for CqhciCryptoRegisterSnapshot
impl Send for CqhciCryptoRegisterSnapshot
impl Sync for CqhciCryptoRegisterSnapshot
impl Unpin for CqhciCryptoRegisterSnapshot
impl UnsafeUnpin for CqhciCryptoRegisterSnapshot
impl UnwindSafe for CqhciCryptoRegisterSnapshot
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