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.

Implementations on Foreign Types§

source§

impl UsbHidType for [u8; 8]

source§

impl UsbHidType for [u8; 16]

source§

impl UsbHidType for [u8; 32]

source§

impl UsbHidType for [u8; 64]

Implementors§