Type Definition xhci::context::Endpoint64Byte

source ·
pub type Endpoint64Byte = Endpoint<16>;
Expand description

64 byte Endpoint Context.

Implementations§

source§

impl Endpoint64Byte

source

pub const fn new_64byte() -> Self

Creates an empty 64 byte Endpoint Context.

Trait Implementations§

source§

impl Default for Endpoint64Byte

source§

fn default() -> Self

Returns the “default value” for a type. Read more