Struct port_expander::dev::pcf8574::Pcf8574a
source · pub struct Pcf8574a<M>(/* private fields */);
Expand description
PCF8574A
“Remote 8-bit I/O expander for I2C-bus with interrupt”
Implementations§
Auto Trait Implementations§
impl<M> Freeze for Pcf8574a<M>where
M: Freeze,
impl<M> RefUnwindSafe for Pcf8574a<M>where
M: RefUnwindSafe,
impl<M> Send for Pcf8574a<M>where
M: Send,
impl<M> Sync for Pcf8574a<M>where
M: Sync,
impl<M> Unpin for Pcf8574a<M>where
M: Unpin,
impl<M> UnwindSafe for Pcf8574a<M>where
M: UnwindSafe,
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