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