Enum smbioslib::ProbeVoltage
source · pub enum ProbeVoltage {
Millivolts(u16),
Unknown,
}
Expand description
Variants§
Trait Implementations§
source§impl Debug for ProbeVoltage
impl Debug for ProbeVoltage
source§impl From<u16> for ProbeVoltage
impl From<u16> for ProbeVoltage
Auto Trait Implementations§
impl RefUnwindSafe for ProbeVoltage
impl Send for ProbeVoltage
impl Sync for ProbeVoltage
impl Unpin for ProbeVoltage
impl UnwindSafe for ProbeVoltage
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