pub enum StringPropertyId {
UefiDevicePath,
VendorSpecific,
OemSpecific,
None,
}
Expand description
§String Property Id of SMBiosStringProperty
Variants§
UefiDevicePath
UEFI Device Path
String representation of a UEFI device path, as converted by EFI_DEVICE_PATH_TO_TEXT_PROTOCOL. ConvertDevicePathToText() and then converted to UTF-8
VendorSpecific
Vendor Specific
OemSpecific
OEM Specific
None
A value unknown to this standard, check the raw value
Trait Implementations§
Source§impl Debug for StringPropertyId
impl Debug for StringPropertyId
Source§impl PartialEq for StringPropertyId
impl PartialEq for StringPropertyId
Source§impl Serialize for StringPropertyId
impl Serialize for StringPropertyId
impl Eq for StringPropertyId
impl StructuralPartialEq for StringPropertyId
Auto Trait Implementations§
impl Freeze for StringPropertyId
impl RefUnwindSafe for StringPropertyId
impl Send for StringPropertyId
impl Sync for StringPropertyId
impl Unpin for StringPropertyId
impl UnwindSafe for StringPropertyId
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