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