Trait kernel::hil::usb_hid::UsbHidType
source · pub trait UsbHidType: Copy + Clone + Sized { }
Expand description
The ‘types’ of USB HID, this should define the size of send/received packets
Object Safety§
This trait is not object safe.