pub struct InputPin<Device: MpsseCmdExecutor> { /* private fields */ }
Expand description
FTDI input pin.
This is created by calling FtHal::adi0
- FtHal::adi7
.
Trait Implementations§
Auto Trait Implementations§
impl<Device> Freeze for InputPin<Device>
impl<Device> RefUnwindSafe for InputPin<Device>
impl<Device> Send for InputPin<Device>where
Device: Send,
impl<Device> Sync for InputPin<Device>where
Device: Send,
impl<Device> Unpin for InputPin<Device>
impl<Device> UnwindSafe for InputPin<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