pub struct I2cBB<SCL, SDA, CLK>{ /* private fields */ }Expand description
Bit banging I2C device
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<SCL, SDA, CLK> Freeze for I2cBB<SCL, SDA, CLK>
impl<SCL, SDA, CLK> RefUnwindSafe for I2cBB<SCL, SDA, CLK>
impl<SCL, SDA, CLK> Send for I2cBB<SCL, SDA, CLK>
impl<SCL, SDA, CLK> Sync for I2cBB<SCL, SDA, CLK>
impl<SCL, SDA, CLK> Unpin for I2cBB<SCL, SDA, CLK>
impl<SCL, SDA, CLK> UnwindSafe for I2cBB<SCL, SDA, CLK>
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