Struct windows::Wdk::System::SystemServices::WHEA_ARM_BUS_ERROR
#[repr(C, packed(1))]pub struct WHEA_ARM_BUS_ERROR {
pub ValidationBit: WHEA_ARM_BUS_ERROR_VALID_BITS,
pub _bitfield1: u8,
pub _bitfield2: u8,
pub _bitfield3: u8,
pub _bitfield4: u16,
pub _bitfield5: u8,
pub _bitfield6: u32,
}
Fields§
§ValidationBit: WHEA_ARM_BUS_ERROR_VALID_BITS
§_bitfield1: u8
§_bitfield2: u8
§_bitfield3: u8
§_bitfield4: u16
§_bitfield5: u8
§_bitfield6: u32
Trait Implementations§
§impl Clone for WHEA_ARM_BUS_ERROR
impl Clone for WHEA_ARM_BUS_ERROR
§fn clone(&self) -> WHEA_ARM_BUS_ERROR
fn clone(&self) -> WHEA_ARM_BUS_ERROR
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_BUS_ERROR
impl Default for WHEA_ARM_BUS_ERROR
impl Copy for WHEA_ARM_BUS_ERROR
Auto Trait Implementations§
impl Freeze for WHEA_ARM_BUS_ERROR
impl RefUnwindSafe for WHEA_ARM_BUS_ERROR
impl Send for WHEA_ARM_BUS_ERROR
impl Sync for WHEA_ARM_BUS_ERROR
impl Unpin for WHEA_ARM_BUS_ERROR
impl UnwindSafe for WHEA_ARM_BUS_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
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
)