[][src]Module usbd_hid::descriptor::generator_prelude

Prelude for modules which use the gen_hid_descriptor macro.

Re-exports

pub use crate::descriptor::SerializedDescriptor;
pub use crate::descriptor::AsInputReport;

Traits

Serialize

A data structure that can be serialized into any data format supported by Serde.

SerializeTuple

Returned from Serializer::serialize_tuple.

Serializer

A data format that can serialize any data structure supported by Serde.

Attribute Macros

gen_hid_descriptor

Attribute to generate a HID descriptor & serialization code