Struct smbioslib::ModuleVoltage
source · [−]pub struct ModuleVoltage {
pub raw: u8,
}
Expand description
Fields
raw: u8
Raw value
Implementations
Trait Implementations
sourceimpl Debug for ModuleVoltage
impl Debug for ModuleVoltage
sourceimpl Deref for ModuleVoltage
impl Deref for ModuleVoltage
sourceimpl From<u8> for ModuleVoltage
impl From<u8> for ModuleVoltage
sourceimpl PartialEq<ModuleVoltage> for ModuleVoltage
impl PartialEq<ModuleVoltage> for ModuleVoltage
sourcefn eq(&self, other: &ModuleVoltage) -> bool
fn eq(&self, other: &ModuleVoltage) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ModuleVoltage) -> bool
fn ne(&self, other: &ModuleVoltage) -> bool
This method tests for !=
.
sourceimpl Serialize for ModuleVoltage
impl Serialize for ModuleVoltage
impl Eq for ModuleVoltage
impl StructuralEq for ModuleVoltage
impl StructuralPartialEq for ModuleVoltage
Auto Trait Implementations
impl RefUnwindSafe for ModuleVoltage
impl Send for ModuleVoltage
impl Sync for ModuleVoltage
impl Unpin for ModuleVoltage
impl UnwindSafe for ModuleVoltage
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