Enum usb::libusb::libusb_transfer_type [] [src]

#[repr(C)]
pub enum libusb_transfer_type { LIBUSB_TRANSFER_TYPE_CONTROL, LIBUSB_TRANSFER_TYPE_ISOCHRONOUS, LIBUSB_TRANSFER_TYPE_BULK, LIBUSB_TRANSFER_TYPE_INTERRUPT, }

Variants

Control endpoint

Isochronous endpoint

Bulk endpoint

Interrupt endpoint

Trait Implementations

impl Copy for libusb_transfer_type
[src]

impl Clone for libusb_transfer_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for libusb_transfer_type
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for libusb_transfer_type
[src]

impl Debug for libusb_transfer_type
[src]

Formats the value using the given formatter.