pub struct FirmwareInventoryCharacteristics {
pub raw: u16,
}
Expand description
§Firmware Inventory Characteristics of SMBiosFirmwareInventoryInformation
Fields§
§raw: u16
Raw value
raw is useful when there are values not yet defiend. This is most likely to occur when the standard was updated but this library code has not been updated to match the current standard.
Implementations§
Trait Implementations§
Source§impl From<u16> for FirmwareInventoryCharacteristics
impl From<u16> for FirmwareInventoryCharacteristics
Source§impl PartialEq for FirmwareInventoryCharacteristics
impl PartialEq for FirmwareInventoryCharacteristics
Source§fn eq(&self, other: &FirmwareInventoryCharacteristics) -> bool
fn eq(&self, other: &FirmwareInventoryCharacteristics) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for FirmwareInventoryCharacteristics
impl StructuralPartialEq for FirmwareInventoryCharacteristics
Auto Trait Implementations§
impl Freeze for FirmwareInventoryCharacteristics
impl RefUnwindSafe for FirmwareInventoryCharacteristics
impl Send for FirmwareInventoryCharacteristics
impl Sync for FirmwareInventoryCharacteristics
impl Unpin for FirmwareInventoryCharacteristics
impl UnwindSafe for FirmwareInventoryCharacteristics
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