pub enum ResetCount {
Count(u16),
Unknown,
}
Expand description
§Reset Count
Variants§
Count(u16)
Number of automatic system resets since the last intentional reset
Unknown
Reset count is unknown.
Trait Implementations§
Source§impl Debug for ResetCount
impl Debug for ResetCount
Source§impl From<u16> for ResetCount
impl From<u16> for ResetCount
Auto Trait Implementations§
impl Freeze for ResetCount
impl RefUnwindSafe for ResetCount
impl Send for ResetCount
impl Sync for ResetCount
impl Unpin for ResetCount
impl UnwindSafe for ResetCount
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