pub enum SWSTART_A {
Start,
}
Expand description
Start conversion of regular channels
Value on reset: 0
Variants
Start
1: Starts conversion of regular channels
Trait Implementations
impl Copy for SWSTART_A
impl StructuralPartialEq for SWSTART_A
Auto Trait Implementations
impl RefUnwindSafe for SWSTART_A
impl Send for SWSTART_A
impl Sync for SWSTART_A
impl Unpin for SWSTART_A
impl UnwindSafe for SWSTART_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more