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