pub enum Wtactselect {
    No = 0,
    Yes = 1,
}Expand description
Write Transfer Active
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Wtactselect
 
impl Clone for Wtactselect
Source§fn clone(&self) -> Wtactselect
 
fn clone(&self) -> Wtactselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for Wtactselect
 
impl Debug for Wtactselect
Source§impl From<Wtactselect> for bool
 
impl From<Wtactselect> for bool
Source§fn from(variant: Wtactselect) -> Self
 
fn from(variant: Wtactselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Wtactselect
 
impl PartialEq for Wtactselect
impl Copy for Wtactselect
impl Eq for Wtactselect
impl StructuralPartialEq for Wtactselect
Auto Trait Implementations§
impl Freeze for Wtactselect
impl RefUnwindSafe for Wtactselect
impl Send for Wtactselect
impl Sync for Wtactselect
impl Unpin for Wtactselect
impl UnwindSafe for Wtactselect
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