Struct stm32f042_hal::stm32::i2c1::ICR
source · pub struct ICR { /* private fields */ }
Expand description
Interrupt clear register
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ICR
impl Send for ICR
impl !Sync for ICR
impl Unpin for ICR
impl UnwindSafe for ICR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more