pub enum Ch2N {
PB14(PB14<Alternate<PushPull>>),
PB0(PB0<Alternate<PushPull>>),
PE10(PE10<Alternate<PushPull>>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ch2N
impl RefUnwindSafe for Ch2N
impl Send for Ch2N
impl Sync for Ch2N
impl Unpin for Ch2N
impl UnwindSafe for Ch2N
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