Enum esp32_hal::gpio::AlternateFunction  
source · pub enum AlternateFunction {
    Function0,
    Function1,
    Function2,
    Function3,
    Function4,
    Function5,
}Variants§
Trait Implementations§
source§impl PartialEq<AlternateFunction> for AlternateFunction
 
impl PartialEq<AlternateFunction> for AlternateFunction
source§fn eq(&self, other: &AlternateFunction) -> bool
 
fn eq(&self, other: &AlternateFunction) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.