pub struct ADDRESS { /* private fields */ }Expand description
Address used in the TWI transfer
Implementations§
Auto Trait Implementations§
impl !Freeze for ADDRESS
impl !RefUnwindSafe for ADDRESS
impl !Sync for ADDRESS
impl Send 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