#[repr(C)]pub struct I2CBus { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for I2CBus
impl RefUnwindSafe for I2CBus
impl Send for I2CBus
impl Sync for I2CBus
impl Unpin for I2CBus
impl UnwindSafe for I2CBus
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