Enum esp32c2_hal::gpio_types::AlternateFunction
source · pub enum AlternateFunction {
Function0,
Function1,
Function2,
Function3,
Function4,
Function5,
}
Variants
Function0
Function1
Function2
Function3
Function4
Function5
Trait Implementations
sourceimpl PartialEq<AlternateFunction> for AlternateFunction
impl PartialEq<AlternateFunction> for AlternateFunction
sourcefn eq(&self, other: &AlternateFunction) -> bool
fn eq(&self, other: &AlternateFunction) -> bool
impl StructuralPartialEq for AlternateFunction
Auto Trait Implementations
impl RefUnwindSafe for AlternateFunction
impl Send for AlternateFunction
impl Sync for AlternateFunction
impl Unpin for AlternateFunction
impl UnwindSafe for AlternateFunction
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