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§
Source§impl Into<u8> for Address
impl Into<u8> for Address
Source§fn into(self) -> SevenBitAddress
fn into(self) -> SevenBitAddress
Converts this type into the (usually inferred) input type.
impl Copy for Address
Auto Trait Implementations§
impl Freeze for Address
impl RefUnwindSafe for Address
impl Send for Address
impl Sync for Address
impl Unpin 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