pub enum SWSTARTW {
START,
}
Expand description
Values that can be written to the field SWSTART
Variants§
START
Starts conversion of regular channels
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