Skip to main content

UsbHidType

Trait UsbHidType 

Source
pub trait UsbHidType:
    Copy
    + Clone
    + Sized { }
Expand description

The ‘types’ of USB HID, this should define the size of send/received packets

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

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§