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
InSize
usbd_
human_
interface_
device
0.6.0
InSize
Required Associated Types
Buffer
Implementors
In usbd_
human_
interface_
device::
interface
usbd_human_interface_device
::
interface
Trait
InSize
Copy item path
Source
pub trait InSize: Sealed { type
Buffer
:
ReportBuffer
; }
Required Associated Types
§
Source
type
Buffer
:
ReportBuffer
Implementors
§
Source
§
impl
InSize
for
InBytes8
Source
§
type
Buffer
=
Vec
<
u8
, 8>
Source
§
impl
InSize
for
InBytes16
Source
§
type
Buffer
=
Vec
<
u8
, 16>
Source
§
impl
InSize
for
InBytes32
Source
§
type
Buffer
=
Vec
<
u8
, 32>
Source
§
impl
InSize
for
InBytes64
Source
§
type
Buffer
=
Vec
<
u8
, 64>
Source
§
impl
InSize
for
InNone
Source
§
type
Buffer
=
()