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§
Trait Implementations§
Source§impl Clone for DynAlternate
impl Clone for DynAlternate
Source§fn clone(&self) -> DynAlternate
fn clone(&self) -> DynAlternate
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for DynAlternate
impl PartialEq for DynAlternate
impl Copy for DynAlternate
impl Eq for DynAlternate
impl StructuralPartialEq for DynAlternate
Auto Trait Implementations§
impl Freeze for DynAlternate
impl RefUnwindSafe for DynAlternate
impl Send for DynAlternate
impl Sync for DynAlternate
impl Unpin for DynAlternate
impl UnwindSafe for DynAlternate
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