Enum AdcCfg
#[repr(u8)]pub enum AdcCfg {
BankA = 0,
BankB = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for AdcCfg
impl Eq for AdcCfg
§impl Ord for AdcCfg
impl Ord for AdcCfg
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for AdcCfg
impl PartialOrd for AdcCfg
impl StructuralPartialEq for AdcCfg
Auto Trait Implementations§
impl Freeze for AdcCfg
impl RefUnwindSafe for AdcCfg
impl Send for AdcCfg
impl Sync for AdcCfg
impl Unpin for AdcCfg
impl UnsafeUnpin for AdcCfg
impl UnwindSafe for AdcCfg
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