pub struct OutputPin<Device: MpsseCmdExecutor> { /* private fields */ }
Expand description
FTDI output pin.
This is created by calling FtHal::ad0
- FtHal::ad7
.
Trait Implementations§
Auto Trait Implementations§
impl<Device> Freeze for OutputPin<Device>
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