pub enum TOF {
NotTimeout = 0,
Timeout = 1,
}
Expand description
Timeout flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TOF
impl Eq for TOF
impl StructuralPartialEq for TOF
Auto Trait Implementations§
impl Freeze for TOF
impl RefUnwindSafe for TOF
impl Send for TOF
impl Sync for TOF
impl Unpin for TOF
impl UnwindSafe for TOF
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