#[repr(C, packed(1))]pub struct WHEA_PCIE_CORRECTABLE_ERROR_DEVICES {
pub ValidBits: WHEA_PCIE_CORRECTABLE_ERROR_DEVICES_VALIDBITS,
pub Address: WHEA_PCIE_ADDRESS,
pub Mask: u32,
pub CorrectableErrorCount: [u32; 32],
}Fields§
§ValidBits: WHEA_PCIE_CORRECTABLE_ERROR_DEVICES_VALIDBITS§Address: WHEA_PCIE_ADDRESS§Mask: u32§CorrectableErrorCount: [u32; 32]Trait Implementations§
impl Copy for WHEA_PCIE_CORRECTABLE_ERROR_DEVICES
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_PCIE_CORRECTABLE_ERROR_DEVICES
impl Send for WHEA_PCIE_CORRECTABLE_ERROR_DEVICES
impl Sync for WHEA_PCIE_CORRECTABLE_ERROR_DEVICES
impl Unpin for WHEA_PCIE_CORRECTABLE_ERROR_DEVICES
impl UnwindSafe for WHEA_PCIE_CORRECTABLE_ERROR_DEVICES
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