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]
Trait Implementations
impl Clone for IPMI_OS_SEL_RECORD
impl Clone for IPMI_OS_SEL_RECORD
impl Copy for IPMI_OS_SEL_RECORD
Auto Trait Implementations
impl RefUnwindSafe for IPMI_OS_SEL_RECORD
impl Send for IPMI_OS_SEL_RECORD
impl Sync for IPMI_OS_SEL_RECORD
impl Unpin for IPMI_OS_SEL_RECORD
impl UnwindSafe for IPMI_OS_SEL_RECORD
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