pub enum STRTR {
NotStarted = 0,
Started = 1,
}Expand description
Regular channel start flag
Value on reset: 0
Variants§
NotStarted = 0
0: No regular channel conversion started
Started = 1
1: Regular channel conversion has started
Trait Implementations§
impl Copy for STRTR
impl Eq for STRTR
impl StructuralPartialEq for STRTR
Auto Trait Implementations§
impl Freeze for STRTR
impl RefUnwindSafe for STRTR
impl Send for STRTR
impl Sync for STRTR
impl Unpin for STRTR
impl UnwindSafe for STRTR
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