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