pub struct StComm { /* private fields */ }Expand description
Start I2C/SPO Communication
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StComm
impl RefUnwindSafe for StComm
impl Send for StComm
impl Sync for StComm
impl Unpin for StComm
impl UnsafeUnpin for StComm
impl UnwindSafe for StComm
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