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.

Object Safety§

This trait is not object safe.

Implementors§