struct ScanClient {
dev_id: Cell<u8>,
i2c_master: &'static dyn I2CMaster<'static>,
}
Fields§
§dev_id: Cell<u8>
§i2c_master: &'static dyn I2CMaster<'static>
Implementations§
Trait Implementations§
Source§impl I2CHwMasterClient for ScanClient
impl I2CHwMasterClient for ScanClient
Auto Trait Implementations§
impl !Freeze for ScanClient
impl !RefUnwindSafe for ScanClient
impl !Send for ScanClient
impl !Sync for ScanClient
impl Unpin for ScanClient
impl !UnwindSafe for ScanClient
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