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