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