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