Union windows_sys::Win32::System::Diagnostics::Debug::WHEA_PCI_SLOT_NUMBER_0
[−]#[repr(C, packed(1))]
pub union WHEA_PCI_SLOT_NUMBER_0 {
pub bits: WHEA_PCI_SLOT_NUMBER_0_0,
pub AsULONG: u32,
}
Expand description
Required features: ‘Win32_System_Diagnostics_Debug’
Fields
bits: WHEA_PCI_SLOT_NUMBER_0_0
AsULONG: u32
Trait Implementations
impl Clone for WHEA_PCI_SLOT_NUMBER_0
impl Clone for WHEA_PCI_SLOT_NUMBER_0
impl Copy for WHEA_PCI_SLOT_NUMBER_0
Auto Trait Implementations
impl RefUnwindSafe for WHEA_PCI_SLOT_NUMBER_0
impl Send for WHEA_PCI_SLOT_NUMBER_0
impl Sync for WHEA_PCI_SLOT_NUMBER_0
impl Unpin for WHEA_PCI_SLOT_NUMBER_0
impl UnwindSafe for WHEA_PCI_SLOT_NUMBER_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more