pub struct i2c_bus { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for i2c_bus
impl RefUnwindSafe for i2c_bus
impl Send for i2c_bus
impl Sync for i2c_bus
impl Unpin for i2c_bus
impl UnwindSafe for i2c_bus
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