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