Docs.rs
usbd-human-interface-device-0.6.0
usbd-human-interface-device 0.6.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
dlkj
Dependencies
defmt ^1.0
normal
optional
frunk ^0.4
normal
fugit ^0.3
normal
heapless ^0.8
normal
log ^0.4
normal
optional
num_enum ^0.7
normal
option-block ^0.3
normal
packed_struct ^0.10
normal
usb-device ^0.3
normal
env_logger ^0.11
dev
Versions
4.21%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
ReportCount
usbd_
human_
interface_
device
0.6.0
Report
Count
Required Associated Types
IdleStorage
Implementors
In usbd_
human_
interface_
device::
interface
usbd_human_interface_device
::
interface
Trait
Report
Count
Copy item path
Source
pub trait ReportCount: Sealed { type
IdleStorage
:
IdleStorage
; }
Required Associated Types
§
Source
type
IdleStorage
:
IdleStorage
Implementors
§
Source
§
impl
ReportCount
for
ReportSingle
Source
§
type
IdleStorage
=
()
Source
§
impl
ReportCount
for
Reports8
Source
§
type
IdleStorage
=
Block8
<
u8
>
Source
§
impl
ReportCount
for
Reports16
Source
§
type
IdleStorage
=
Block16
<
u8
>
Source
§
impl
ReportCount
for
Reports32
Source
§
type
IdleStorage
=
Block32
<
u8
>
Source
§
impl
ReportCount
for
Reports64
Source
§
type
IdleStorage
=
Block64
<
u8
>
Source
§
impl
ReportCount
for
Reports128
Source
§
type
IdleStorage
=
Block128
<
u8
>