Struct windows_sys::Win32::System::Diagnostics::Debug::WHEA_IPF_CMC_DESCRIPTOR
#[repr(C, packed(1))]pub struct WHEA_IPF_CMC_DESCRIPTOR {
pub Type: u16,
pub Enabled: u8,
pub Reserved: u8,
}
Fields§
§Type: u16
§Enabled: u8
§Reserved: u8
Trait Implementations§
§impl Clone for WHEA_IPF_CMC_DESCRIPTOR
impl Clone for WHEA_IPF_CMC_DESCRIPTOR
impl Copy for WHEA_IPF_CMC_DESCRIPTOR
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_IPF_CMC_DESCRIPTOR
impl Send for WHEA_IPF_CMC_DESCRIPTOR
impl Sync for WHEA_IPF_CMC_DESCRIPTOR
impl Unpin for WHEA_IPF_CMC_DESCRIPTOR
impl UnwindSafe for WHEA_IPF_CMC_DESCRIPTOR
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