[][src]Module usbw::libusb::transfer

Structs

ControlSetup

Any Serialization or deserialization of this struct should be careful to make sure the u16s are in Little Endian for the wire and Host Endian at all other times.

Flags
Transfer

Transfer tries to be a lightweight safe abstraction over libusb1_sys::libusb_transfer. Only a limited subset of actions are safe on the libusb_transfer. Stuff like setting the data pointer are unsafe or should be abstracted over (like SafeTransfer).

TransferWithBuf

Enums

Flag
Status
TransferType