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