pub struct EventData {
pub offset: u8,
pub data2_type: EventData2Type,
pub data3_type: EventData3Type,
}Expand description
Decoded event data from a SEL entry.
Reference: IPMI 2.0 Specification, Section 29.7
Fields§
§offset: u8Event offset (bits [3:0] of byte 1)
data2_type: EventData2TypeEvent data byte 2 type
data3_type: EventData3TypeEvent data byte 3 type
Implementations§
Trait Implementations§
impl StructuralPartialEq for EventData
Auto Trait Implementations§
impl Freeze for EventData
impl RefUnwindSafe for EventData
impl Send for EventData
impl Sync for EventData
impl Unpin for EventData
impl UnwindSafe for EventData
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