Struct avr_oxide::hal::generic::twi::base::zeroseries::TwoWireInterfaceControlBlock
source · #[repr(C)]pub struct TwoWireInterfaceControlBlock { /* private fields */ }
Expand description
The AVR TWI control register block in 0-series devices
Auto Trait Implementations§
impl Freeze for TwoWireInterfaceControlBlock
impl RefUnwindSafe for TwoWireInterfaceControlBlock
impl Send for TwoWireInterfaceControlBlock
impl Sync for TwoWireInterfaceControlBlock
impl Unpin for TwoWireInterfaceControlBlock
impl UnwindSafe for TwoWireInterfaceControlBlock
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