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