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