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