pub struct StringPropertyIdData {
pub raw: u16,
pub value: StringPropertyId,
}
Expand description
§String Property Id Data of SMBiosStringProperty.
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§
Source§impl Debug for StringPropertyIdData
impl Debug for StringPropertyIdData
Source§impl Deref for StringPropertyIdData
impl Deref for StringPropertyIdData
Source§impl Display for StringPropertyIdData
impl Display for StringPropertyIdData
Source§impl From<u16> for StringPropertyIdData
impl From<u16> for StringPropertyIdData
Auto Trait Implementations§
impl Freeze for StringPropertyIdData
impl RefUnwindSafe for StringPropertyIdData
impl Send for StringPropertyIdData
impl Sync for StringPropertyIdData
impl Unpin for StringPropertyIdData
impl UnwindSafe for StringPropertyIdData
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