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