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