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