usb_device::endpoint

Trait EndpointDirection

Source
pub trait EndpointDirection {
    const DIRECTION: UsbDirection;
}
Expand description

Trait for endpoint type markers.

Required Associated Constants§

Source

const DIRECTION: UsbDirection

Direction value of the marker type.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§