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
sourceimpl Debug for StringPropertyId
impl Debug for StringPropertyId
sourceimpl PartialEq<StringPropertyId> for StringPropertyId
impl PartialEq<StringPropertyId> for StringPropertyId
sourceimpl 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
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