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