Struct smbioslib::LogTypeData
source · [−]Expand description
Fields
raw: u8
Raw value
raw is most useful when value is None. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
value: LogType
The contained LogType value
Trait Implementations
sourceimpl Debug for LogTypeData
impl Debug for LogTypeData
sourceimpl Deref for LogTypeData
impl Deref for LogTypeData
sourceimpl Display for LogTypeData
impl Display for LogTypeData
sourceimpl From<u8> for LogTypeData
impl From<u8> for LogTypeData
sourceimpl Serialize for LogTypeData
impl Serialize for LogTypeData
Auto Trait Implementations
impl RefUnwindSafe for LogTypeData
impl Send for LogTypeData
impl Sync for LogTypeData
impl Unpin for LogTypeData
impl UnwindSafe for LogTypeData
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