Struct windows::Wdk::System::SystemServices::WHEA_ARM_AARCH64_EL2_CSR
#[repr(C, packed(1))]pub struct WHEA_ARM_AARCH64_EL2_CSR {}
Fields§
§ELR_EL2: u64
§ESR_EL2: u64
§FAR_EL2: u64
§HACR_EL2: u64
§HCR_EL2: u64
§HPFAR_EL2: u64
§MAIR_EL2: u64
§SCTLR_EL2: u64
§SP_EL2: u64
§SPSR_EL2: u64
§TCR_EL2: u64
§TPIDR_EL2: u64
§TTBR0_EL2: u64
§VTCR_EL2: u64
§VTTBR_EL2: u64
Trait Implementations§
§impl Clone for WHEA_ARM_AARCH64_EL2_CSR
impl Clone for WHEA_ARM_AARCH64_EL2_CSR
§fn clone(&self) -> WHEA_ARM_AARCH64_EL2_CSR
fn clone(&self) -> WHEA_ARM_AARCH64_EL2_CSR
Returns a copy 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 more§impl Default for WHEA_ARM_AARCH64_EL2_CSR
impl Default for WHEA_ARM_AARCH64_EL2_CSR
impl Copy for WHEA_ARM_AARCH64_EL2_CSR
Auto Trait Implementations§
impl Freeze for WHEA_ARM_AARCH64_EL2_CSR
impl RefUnwindSafe for WHEA_ARM_AARCH64_EL2_CSR
impl Send for WHEA_ARM_AARCH64_EL2_CSR
impl Sync for WHEA_ARM_AARCH64_EL2_CSR
impl Unpin for WHEA_ARM_AARCH64_EL2_CSR
impl UnwindSafe for WHEA_ARM_AARCH64_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)