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