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