pub struct FirmwareInventoryCharacteristics {
pub raw: u16,
}
Expand description
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§
Methods from Deref<Target = u16>§
pub const MIN: u16 = 0u16
pub const MAX: u16 = 65_535u16
pub const BITS: u32 = 16u32
Trait Implementations§
source§impl From<u16> for FirmwareInventoryCharacteristics
impl From<u16> for FirmwareInventoryCharacteristics
source§impl PartialEq<FirmwareInventoryCharacteristics> for FirmwareInventoryCharacteristics
impl PartialEq<FirmwareInventoryCharacteristics> for FirmwareInventoryCharacteristics
source§fn eq(&self, other: &FirmwareInventoryCharacteristics) -> bool
fn eq(&self, other: &FirmwareInventoryCharacteristics) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FirmwareInventoryCharacteristics
impl StructuralEq for FirmwareInventoryCharacteristics
impl StructuralPartialEq for FirmwareInventoryCharacteristics
Auto Trait Implementations§
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