Docs.rs
usbd-human-interface-device-0.4.2
usbd-human-interface-device 0.4.2
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.7
normal
log ^0.4
normal
num_enum ^0.6
normal
option-block ^0.3
normal
packed_struct ^0.10
normal
usb-device ^0.2
normal
env_logger ^0.10
dev
Versions
4.19%
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
☰
OutSize
Required Associated Types
Buffer
Implementors
In usbd_human_interface_device::interface
?
Trait
usbd_human_interface_device
::
interface
::
OutSize
source
·
[
−
]
pub trait OutSize: Sealed { type
Buffer
:
ReportBuffer
; }
Required Associated Types
§
source
type
Buffer
:
ReportBuffer
Implementors
§
source
§
impl
OutSize
for
OutBytes8
§
type
Buffer
=
Vec
<
u8
, 8>
source
§
impl
OutSize
for
OutBytes16
§
type
Buffer
=
Vec
<
u8
, 16>
source
§
impl
OutSize
for
OutBytes32
§
type
Buffer
=
Vec
<
u8
, 32>
source
§
impl
OutSize
for
OutBytes64
§
type
Buffer
=
Vec
<
u8
, 64>
source
§
impl
OutSize
for
OutNone
§
type
Buffer
=
()