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