Struct smbioslib::ManagementDeviceTypeData
source · [−]pub struct ManagementDeviceTypeData {
pub raw: u8,
pub value: ManagementDeviceType,
}
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: ManagementDeviceType
The contained ManagementDeviceType value
Trait Implementations
sourceimpl Debug for ManagementDeviceTypeData
impl Debug for ManagementDeviceTypeData
sourceimpl Deref for ManagementDeviceTypeData
impl Deref for ManagementDeviceTypeData
type Target = ManagementDeviceType
type Target = ManagementDeviceType
The resulting type after dereferencing.
sourceimpl Display for ManagementDeviceTypeData
impl Display for ManagementDeviceTypeData
sourceimpl From<u8> for ManagementDeviceTypeData
impl From<u8> for ManagementDeviceTypeData
sourceimpl Serialize for ManagementDeviceTypeData
impl Serialize for ManagementDeviceTypeData
Auto Trait Implementations
impl RefUnwindSafe for ManagementDeviceTypeData
impl Send for ManagementDeviceTypeData
impl Sync for ManagementDeviceTypeData
impl Unpin for ManagementDeviceTypeData
impl UnwindSafe for ManagementDeviceTypeData
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