Type Definition xhci::context::InputControl64Byte

source ·
pub type InputControl64Byte = InputControl<16>;
Expand description

64 byte Input Control Context.

Implementations§

source§

impl InputControl64Byte

source

pub const fn new_64byte() -> Self

Creates an empty 64 byte Input Control Context.

Trait Implementations§

source§

impl Default for InputControl64Byte

source§

fn default() -> Self

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