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