#[repr(u8)]pub enum Adcen {
ADCEN_0 = 0,
ADCEN_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Adcen
impl Ord for Adcen
Source§impl PartialOrd for Adcen
impl PartialOrd for Adcen
impl Copy for Adcen
impl Eq for Adcen
impl StructuralPartialEq for Adcen
Auto Trait Implementations§
impl Freeze for Adcen
impl RefUnwindSafe for Adcen
impl Send for Adcen
impl Sync for Adcen
impl Unpin for Adcen
impl UnwindSafe for Adcen
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