pub struct BusKiss { /* private fields */ }
Expand description
Send data between bus and KISS interface.
Implementations§
Auto Trait Implementations§
impl Freeze for BusKiss
impl !RefUnwindSafe for BusKiss
impl Send for BusKiss
impl !Sync for BusKiss
impl Unpin for BusKiss
impl !UnwindSafe for BusKiss
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