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