Struct windows_sys::Wdk::System::SystemServices::WHEA_ARM_TLB_ERROR
#[repr(C, packed(1))]pub struct WHEA_ARM_TLB_ERROR {
pub ValidationBit: WHEA_ARM_TLB_ERROR_VALID_BITS,
pub _bitfield1: u8,
pub _bitfield2: u8,
pub _bitfield3: u64,
}
Fields§
§ValidationBit: WHEA_ARM_TLB_ERROR_VALID_BITS
§_bitfield1: u8
§_bitfield2: u8
§_bitfield3: u64
Trait Implementations§
§impl Clone for WHEA_ARM_TLB_ERROR
impl Clone for WHEA_ARM_TLB_ERROR
impl Copy for WHEA_ARM_TLB_ERROR
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_ARM_TLB_ERROR
impl Send for WHEA_ARM_TLB_ERROR
impl Sync for WHEA_ARM_TLB_ERROR
impl Unpin for WHEA_ARM_TLB_ERROR
impl UnwindSafe for WHEA_ARM_TLB_ERROR
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