#[repr(C)]
pub union PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK {
pub Anonymous: PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK_0,
pub AsULONG: u32,
}
Fields§
§Anonymous: PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK_0
§AsULONG: u32
Trait Implementations§
impl Copy for PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK
Auto Trait Implementations§
impl RefUnwindSafe for PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK
impl Send for PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK
impl Sync for PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK
impl Unpin for PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK
impl UnwindSafe for PCI_EXPRESS_UNCORRECTABLE_ERROR_MASK
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