#[repr(u8)]pub enum Extrefsel {
ANALOG_REFERENCE0 = 0,
ANALOG_REFERENCE1 = 1,
}
Variants§
ANALOG_REFERENCE0 = 0
Use AIN0 as external analog reference
ANALOG_REFERENCE1 = 1
Use AIN1 as external analog reference
Implementations§
Trait Implementations§
Source§impl Ord for Extrefsel
impl Ord for Extrefsel
Source§impl PartialOrd for Extrefsel
impl PartialOrd for Extrefsel
impl Copy for Extrefsel
impl Eq for Extrefsel
impl StructuralPartialEq for Extrefsel
Auto Trait Implementations§
impl Freeze for Extrefsel
impl RefUnwindSafe for Extrefsel
impl Send for Extrefsel
impl Sync for Extrefsel
impl Unpin for Extrefsel
impl UnwindSafe for Extrefsel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)