pub struct UsbControllerMessage {
pub data: Vec<u8>,
}Expand description
Message from USB controller thread
Fields§
§data: Vec<u8>Raw data received from the USB device.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UsbControllerMessage
impl RefUnwindSafe for UsbControllerMessage
impl Send for UsbControllerMessage
impl Sync for UsbControllerMessage
impl Unpin for UsbControllerMessage
impl UnsafeUnpin for UsbControllerMessage
impl UnwindSafe for UsbControllerMessage
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