Skip to main content

EndpointDirection

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".

Implementors§