pub struct I2c2enR { /* private fields */ }
Expand description
Value of the field I2C2EN
Implementations§
Auto Trait Implementations§
impl Freeze for I2c2enR
impl RefUnwindSafe for I2c2enR
impl Send for I2c2enR
impl Sync for I2c2enR
impl Unpin for I2c2enR
impl UnwindSafe for I2c2enR
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