pub enum Cts<MODE = Floating> {
PA0(PA0<Input<MODE>>),
PD3(PD3<Input<MODE>>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<MODE> Freeze for Cts<MODE>
impl<MODE> RefUnwindSafe for Cts<MODE>where
MODE: RefUnwindSafe,
impl<MODE> Send for Cts<MODE>where
MODE: Send,
impl<MODE> Sync for Cts<MODE>where
MODE: Sync,
impl<MODE> Unpin for Cts<MODE>where
MODE: Unpin,
impl<MODE> UnwindSafe for Cts<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