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