#[repr(u8)]pub enum UseTuningSdr50 {
USE_TUNING_SDR50_0 = 0,
USE_TUNING_SDR50_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for UseTuningSdr50
impl Clone for UseTuningSdr50
Source§fn clone(&self) -> UseTuningSdr50
fn clone(&self) -> UseTuningSdr50
Returns a duplicate 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 UseTuningSdr50
impl Debug for UseTuningSdr50
Source§impl From<UseTuningSdr50> for u8
impl From<UseTuningSdr50> for u8
Source§fn from(val: UseTuningSdr50) -> u8
fn from(val: UseTuningSdr50) -> u8
Converts to this type from the input type.
Source§impl From<u8> for UseTuningSdr50
impl From<u8> for UseTuningSdr50
Source§fn from(val: u8) -> UseTuningSdr50
fn from(val: u8) -> UseTuningSdr50
Converts to this type from the input type.
Source§impl Ord for UseTuningSdr50
impl Ord for UseTuningSdr50
Source§fn cmp(&self, other: &UseTuningSdr50) -> Ordering
fn cmp(&self, other: &UseTuningSdr50) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UseTuningSdr50
impl PartialEq for UseTuningSdr50
Source§impl PartialOrd for UseTuningSdr50
impl PartialOrd for UseTuningSdr50
impl Copy for UseTuningSdr50
impl Eq for UseTuningSdr50
impl StructuralPartialEq for UseTuningSdr50
Auto Trait Implementations§
impl Freeze for UseTuningSdr50
impl RefUnwindSafe for UseTuningSdr50
impl Send for UseTuningSdr50
impl Sync for UseTuningSdr50
impl Unpin for UseTuningSdr50
impl UnwindSafe for UseTuningSdr50
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