Fields
delay_time: Duration
clock_speed_hz: u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for I2CConfig
impl Send for I2CConfig
impl Sync for I2CConfig
impl Unpin for I2CConfig
impl UnwindSafe for I2CConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more