pub struct Address(/* private fields */);Expand description
I²C address for a TCA9554(A) I/O expander.
For the standard variant (model not ending in ‘A’), use Self::standard.
Otherwise, use Self::alternate.
Datasheet reference: section 8.6.1, figure 19.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Address
impl RefUnwindSafe for Address
impl Send for Address
impl Sync for Address
impl Unpin for Address
impl UnsafeUnpin for Address
impl UnwindSafe for Address
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