pub enum ResetLimit {
Count(u16),
Unknown,
}
Expand description
§Reset Limit
Variants§
Count(u16)
Number of consecutive times the system reset is attempted
Unknown
Reset limit is unknown.
Trait Implementations§
Source§impl Debug for ResetLimit
impl Debug for ResetLimit
Source§impl From<u16> for ResetLimit
impl From<u16> for ResetLimit
Auto Trait Implementations§
impl Freeze for ResetLimit
impl RefUnwindSafe for ResetLimit
impl Send for ResetLimit
impl Sync for ResetLimit
impl Unpin for ResetLimit
impl UnwindSafe for ResetLimit
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