Enum smbioslib::ResetCount
source · [−]pub enum ResetCount {
Count(u16),
Unknown,
}
Expand description
Variants
Count(u16)
Number of automatic system resets since the last intentional reset
Unknown
Reset count is unknown.
Trait Implementations
sourceimpl Debug for ResetCount
impl Debug for ResetCount
sourceimpl From<u16> for ResetCount
impl From<u16> for ResetCount
sourceimpl Serialize for ResetCount
impl Serialize for ResetCount
Auto Trait Implementations
impl RefUnwindSafe for ResetCount
impl Send for ResetCount
impl Sync for ResetCount
impl Unpin for ResetCount
impl UnwindSafe for ResetCount
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