Struct ftdi_embedded_hal::InputPin
source · [−]pub struct InputPin<'a, Device: MpsseCmdExecutor> { /* private fields */ }
Expand description
FTDI input pin.
This is created by calling FtHal::adi0
- FtHal::adi7
.
Trait Implementations
sourceimpl<'a, Device: Debug + MpsseCmdExecutor> Debug for InputPin<'a, Device>
impl<'a, Device: Debug + MpsseCmdExecutor> Debug for InputPin<'a, Device>
sourceimpl<'a, Device, E> ErrorType for InputPin<'a, Device>where
Device: MpsseCmdExecutor<Error = E>,
E: Error,
Error<E>: From<E>,
impl<'a, Device, E> ErrorType for InputPin<'a, Device>where
Device: MpsseCmdExecutor<Error = E>,
E: Error,
Error<E>: From<E>,
type Error = Error<E>
type Error = Error<E>
Error type
sourceimpl<'a, Device, E> InputPin for InputPin<'a, Device>where
Device: MpsseCmdExecutor<Error = E>,
E: Error,
Error<E>: From<E>,
impl<'a, Device, E> InputPin for InputPin<'a, Device>where
Device: MpsseCmdExecutor<Error = E>,
E: Error,
Error<E>: From<E>,
Auto Trait Implementations
impl<'a, Device> RefUnwindSafe for InputPin<'a, Device>
impl<'a, Device> Send for InputPin<'a, Device>where
Device: Send,
impl<'a, Device> Sync for InputPin<'a, Device>where
Device: Send,
impl<'a, Device> Unpin for InputPin<'a, Device>
impl<'a, Device> UnwindSafe for InputPin<'a, Device>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more