pub enum Ch3N {
PB15(PB15<Alternate<PushPull>>),
PB1(PB1<Alternate<PushPull>>),
PE12(PE12<Alternate<PushPull>>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ch3N
impl RefUnwindSafe for Ch3N
impl Send for Ch3N
impl Sync for Ch3N
impl Unpin for Ch3N
impl UnwindSafe for Ch3N
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