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