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