Docs.rs
  • usbd-human-interface-device-0.4.4
    • usbd-human-interface-device 0.4.4
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dlkj
    • Dependencies
      • defmt ^0.3 normal
      • frunk ^0.4 normal
      • fugit ^0.3 normal
      • heapless ^0.8 normal
      • log ^0.4 normal
      • num_enum ^0.7 normal
      • option-block ^0.3 normal
      • packed_struct ^0.10 normal
      • usb-device ^0.2 normal
      • env_logger ^0.10 dev
    • Versions
    • 4.17% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

usbd_human_interface_device0.4.4

ReportCount

Required Associated Types

  • IdleStorage

Implementors

In usbd_human_interface_device::interface

?
Change settings

Trait usbd_human_interface_device::interface::ReportCount

source ·
pub trait ReportCount: Sealed {
    type IdleStorage: IdleStorage;
}

Required Associated Types§

source

type IdleStorage: IdleStorage

Implementors§

source§

impl ReportCount for ReportSingle

§

type IdleStorage = ()

source§

impl ReportCount for Reports8

§

type IdleStorage = Block8<u8>

source§

impl ReportCount for Reports16

§

type IdleStorage = Block16<u8>

source§

impl ReportCount for Reports32

§

type IdleStorage = Block32<u8>

source§

impl ReportCount for Reports64

§

type IdleStorage = Block64<u8>

source§

impl ReportCount for Reports128

§

type IdleStorage = Block128<u8>