Struct ftdi_embedded_hal::OutputPin
source · [−]pub struct OutputPin<'a, Device: MpsseCmdExecutor> { /* private fields */ }
Expand description
FTDI output pin.
This is created by calling FtHal::ad0
- FtHal::ad7
.
Trait Implementations
sourceimpl<'a, Device: Debug + MpsseCmdExecutor> Debug for OutputPin<'a, Device>
impl<'a, Device: Debug + MpsseCmdExecutor> Debug for OutputPin<'a, Device>
sourceimpl<'a, Device, E> ErrorType for OutputPin<'a, Device>where
Device: MpsseCmdExecutor<Error = E>,
E: Error,
Error<E>: From<E>,
impl<'a, Device, E> ErrorType for OutputPin<'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> OutputPin for OutputPin<'a, Device>where
Device: MpsseCmdExecutor<Error = E>,
E: Error,
Error<E>: From<E>,
impl<'a, Device, E> OutputPin for OutputPin<'a, Device>where
Device: MpsseCmdExecutor<Error = E>,
E: Error,
Error<E>: From<E>,
Auto Trait Implementations
impl<'a, Device> RefUnwindSafe for OutputPin<'a, Device>
impl<'a, Device> Send for OutputPin<'a, Device>where
Device: Send,
impl<'a, Device> Sync for OutputPin<'a, Device>where
Device: Send,
impl<'a, Device> Unpin for OutputPin<'a, Device>
impl<'a, Device> UnwindSafe for OutputPin<'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