Struct windows_sys::Wdk::System::SystemServices::WHEA_ARM_AARCH32_EL2_CSR
#[repr(C, packed(1))]pub struct WHEA_ARM_AARCH32_EL2_CSR {}
Fields§
§ELR_hyp: u32
§HAMAIR0: u32
§HAMAIR1: u32
§HCR: u32
§HCR2: u32
§HDFAR: u32
§HIFAR: u32
§HPFAR: u32
§HSR: u32
§HTCR: u32
§HTPIDR: u32
§HTTBR: u32
§SPSR_hyp: u32
§VTCR: u32
§VTTBR: u32
§DACR32_EL2: u32
Trait Implementations§
§impl Clone for WHEA_ARM_AARCH32_EL2_CSR
impl Clone for WHEA_ARM_AARCH32_EL2_CSR
impl Copy for WHEA_ARM_AARCH32_EL2_CSR
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_ARM_AARCH32_EL2_CSR
impl Send for WHEA_ARM_AARCH32_EL2_CSR
impl Sync for WHEA_ARM_AARCH32_EL2_CSR
impl Unpin for WHEA_ARM_AARCH32_EL2_CSR
impl UnwindSafe for WHEA_ARM_AARCH32_EL2_CSR
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