Enum atsamd_hal::gpio::dynpin::DynAlternate
source · [−]pub enum DynAlternate {
Show 13 variants
B,
C,
D,
E,
F,
G,
H,
I,
J,
K,
L,
M,
N,
}
Expand description
Value-level enum
for alternate peripheral function configurations
Variants
B
C
D
E
F
G
H
I
J
K
L
M
N
Trait Implementations
sourceimpl Clone for DynAlternate
impl Clone for DynAlternate
sourcefn clone(&self) -> DynAlternate
fn clone(&self) -> DynAlternate
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DynAlternate> for DynAlternate
impl PartialEq<DynAlternate> for DynAlternate
sourcefn eq(&self, other: &DynAlternate) -> bool
fn eq(&self, other: &DynAlternate) -> bool
impl Copy for DynAlternate
impl Eq for DynAlternate
impl StructuralEq for DynAlternate
impl StructuralPartialEq for DynAlternate
Auto Trait Implementations
impl RefUnwindSafe for DynAlternate
impl Send for DynAlternate
impl Sync for DynAlternate
impl Unpin for DynAlternate
impl UnwindSafe for DynAlternate
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