pub enum SDR50SUP_A {
NO,
YES,
}
Expand description
SDR50 Support
Value on reset: 0
Variants
NO
0: SDR50 is Not Supported
YES
1: SDR50 is Supported
Trait Implementations
sourceimpl Clone for SDR50SUP_A
impl Clone for SDR50SUP_A
sourcefn clone(&self) -> SDR50SUP_A
fn clone(&self) -> SDR50SUP_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SDR50SUP_A
impl Debug for SDR50SUP_A
sourceimpl From<SDR50SUP_A> for bool
impl From<SDR50SUP_A> for bool
sourcefn from(variant: SDR50SUP_A) -> Self
fn from(variant: SDR50SUP_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SDR50SUP_A> for SDR50SUP_A
impl PartialEq<SDR50SUP_A> for SDR50SUP_A
sourcefn eq(&self, other: &SDR50SUP_A) -> bool
fn eq(&self, other: &SDR50SUP_A) -> bool
impl Copy for SDR50SUP_A
impl StructuralPartialEq for SDR50SUP_A
Auto Trait Implementations
impl RefUnwindSafe for SDR50SUP_A
impl Send for SDR50SUP_A
impl Sync for SDR50SUP_A
impl Unpin for SDR50SUP_A
impl UnwindSafe for SDR50SUP_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more