pub struct Input<C: InputConfig> { /* private fields */ }
Expand description
Trait Implementations§
Source§impl<C: InputConfig> PinMode for Input<C>
impl<C: InputConfig> PinMode for Input<C>
Source§const DYN: DynPinMode
const DYN: DynPinMode
Corresponding
DynPinMode
Auto Trait Implementations§
impl<C> Freeze for Input<C>
impl<C> RefUnwindSafe for Input<C>where
C: RefUnwindSafe,
impl<C> Send for Input<C>where
C: Send,
impl<C> Sync for Input<C>where
C: Sync,
impl<C> Unpin for Input<C>where
C: Unpin,
impl<C> UnwindSafe for Input<C>where
C: 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