pub enum STRTW {
Clear = 0,
}
Expand description
Regular channel start flag
Value on reset: 0
Variants§
Clear = 0
0: Clear the Regular channel Start flag
Trait Implementations§
impl Copy for STRTW
impl Eq for STRTW
impl StructuralPartialEq for STRTW
Auto Trait Implementations§
impl Freeze for STRTW
impl RefUnwindSafe for STRTW
impl Send for STRTW
impl Sync for STRTW
impl Unpin for STRTW
impl UnwindSafe for STRTW
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