Enum smbioslib::StringPropertyId
source · pub enum StringPropertyId {
UefiDevicePath,
VendorSpecific,
OemSpecific,
None,
}
Expand description
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<StringPropertyId> for StringPropertyId
impl PartialEq<StringPropertyId> for StringPropertyId
source§fn eq(&self, other: &StringPropertyId) -> bool
fn eq(&self, other: &StringPropertyId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for StringPropertyId
impl Serialize for StringPropertyId
impl Eq for StringPropertyId
impl StructuralEq for StringPropertyId
impl StructuralPartialEq for StringPropertyId
Auto Trait Implementations§
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