Docs.rs
usbapi-0.4.2
usbapi 0.4.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mike7b4
Dependencies
libc ^0.2
normal
log ^0.4
normal
mio ^0.7
normal
optional
nix ^0.20
normal
serde ^1.0
normal
optional
sysfs-serde ^0.2
normal
serde_json ^1
dev
signal-hook ^0.3
dev
simple_logger ^1
dev
toml ^0.5
dev
Versions
13.94%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
usbapi
0.4.2
Buffer
Slice
Required Methods
buffer_from_raw
Implementors
In usbapi::
usb_
transfer
usbapi
::
usb_transfer
Trait
BufferSlice
Copy item path
Source
pub trait BufferSlice { // Required method fn
buffer_from_raw
<'a>(&self) -> &'a [
u8
]
ⓘ
; }
Required Methods
§
Source
fn
buffer_from_raw
<'a>(&self) -> &'a [
u8
]
ⓘ
Implementors
§
Source
§
impl
BufferSlice
for
BulkTransfer
Source
§
impl
BufferSlice
for
ControlTransfer