pub struct I2CConfig {
pub delay_time: Duration,
pub clock_speed_hz: u64,
}
Fields§
§delay_time: Duration
§clock_speed_hz: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I2CConfig
impl RefUnwindSafe for I2CConfig
impl Send for I2CConfig
impl Sync for I2CConfig
impl Unpin for I2CConfig
impl UnwindSafe for I2CConfig
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