Struct avr_device::atmega2560::TWI
source · pub struct TWI { /* private fields */ }
Expand description
Two Wire Serial Interface
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TWI
impl RefUnwindSafe for TWI
impl !Sync for TWI
impl Unpin for TWI
impl UnwindSafe for TWI
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