pub struct Pca9555<M>(/* private fields */);
Expand description
PCA9555
“16-bit I2C-bus and SMBus I/O port with interrupt”
Implementations§
Auto Trait Implementations§
impl<M> Freeze for Pca9555<M>where
M: Freeze,
impl<M> RefUnwindSafe for Pca9555<M>where
M: RefUnwindSafe,
impl<M> Send for Pca9555<M>where
M: Send,
impl<M> Sync for Pca9555<M>where
M: Sync,
impl<M> Unpin for Pca9555<M>where
M: Unpin,
impl<M> UnwindSafe for Pca9555<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