Struct windows_sys::Win32::System::Diagnostics::Debug::IPMI_OS_SEL_RECORD
#[repr(C, packed(1))]pub struct IPMI_OS_SEL_RECORD {
pub Signature: u32,
pub Version: u32,
pub Length: u32,
pub RecordType: IPMI_OS_SEL_RECORD_TYPE,
pub DataLength: u32,
pub Data: [u8; 1],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields§
§Signature: u32
§Version: u32
§Length: u32
§RecordType: IPMI_OS_SEL_RECORD_TYPE
§DataLength: u32
§Data: [u8; 1]