pub enum Rtactselect {
No = 0,
Yes = 1,
}
Expand description
Read Transfer Active
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Rtactselect
impl Clone for Rtactselect
Source§fn clone(&self) -> Rtactselect
fn clone(&self) -> Rtactselect
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 Rtactselect
impl Debug for Rtactselect
Source§impl From<Rtactselect> for bool
impl From<Rtactselect> for bool
Source§fn from(variant: Rtactselect) -> Self
fn from(variant: Rtactselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Rtactselect
impl PartialEq for Rtactselect
impl Copy for Rtactselect
impl Eq for Rtactselect
impl StructuralPartialEq for Rtactselect
Auto Trait Implementations§
impl Freeze for Rtactselect
impl RefUnwindSafe for Rtactselect
impl Send for Rtactselect
impl Sync for Rtactselect
impl Unpin for Rtactselect
impl UnwindSafe for Rtactselect
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