Struct windows_sys::Win32::System::Diagnostics::Debug::WHEA_IPF_CPE_DESCRIPTOR
[−]#[repr(C, packed(1))]pub struct WHEA_IPF_CPE_DESCRIPTOR {
pub Type: u16,
pub Enabled: u8,
pub Reserved: u8,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Type: u16
Enabled: u8
Reserved: u8
Trait Implementations
impl Clone for WHEA_IPF_CPE_DESCRIPTOR
impl Clone for WHEA_IPF_CPE_DESCRIPTOR
impl Copy for WHEA_IPF_CPE_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for WHEA_IPF_CPE_DESCRIPTOR
impl Send for WHEA_IPF_CPE_DESCRIPTOR
impl Sync for WHEA_IPF_CPE_DESCRIPTOR
impl Unpin for WHEA_IPF_CPE_DESCRIPTOR
impl UnwindSafe for WHEA_IPF_CPE_DESCRIPTOR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more