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