pub enum SDR104SUP_A {
NO,
YES,
}
Expand description
SDR104 Support
Value on reset: 0
Variants
NO
0: SDR104 is Not Supported
YES
1: SDR104 is Supported
Trait Implementations
sourceimpl Clone for SDR104SUP_A
impl Clone for SDR104SUP_A
sourcefn clone(&self) -> SDR104SUP_A
fn clone(&self) -> SDR104SUP_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 SDR104SUP_A
impl Debug for SDR104SUP_A
sourceimpl From<SDR104SUP_A> for bool
impl From<SDR104SUP_A> for bool
sourcefn from(variant: SDR104SUP_A) -> Self
fn from(variant: SDR104SUP_A) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<SDR104SUP_A> for SDR104SUP_A
impl PartialEq<SDR104SUP_A> for SDR104SUP_A
sourcefn eq(&self, other: &SDR104SUP_A) -> bool
fn eq(&self, other: &SDR104SUP_A) -> bool
impl Copy for SDR104SUP_A
impl StructuralPartialEq for SDR104SUP_A
Auto Trait Implementations
impl RefUnwindSafe for SDR104SUP_A
impl Send for SDR104SUP_A
impl Sync for SDR104SUP_A
impl Unpin for SDR104SUP_A
impl UnwindSafe for SDR104SUP_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