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