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