Enum webusb::UsbEndpointType [−][src]
pub enum UsbEndpointType {
Bulk,
Interrupt,
Isochronous,
Control,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UsbEndpointType
impl Send for UsbEndpointType
impl Sync for UsbEndpointType
impl Unpin for UsbEndpointType
impl UnwindSafe for UsbEndpointType
Blanket Implementations
Mutably borrows from an owned value. Read more