Type Definition xhci::context::Slot32Byte

source ·
pub type Slot32Byte = Slot<8>;
Expand description

32 byte Slot Context.

Implementations§

source§

impl Slot32Byte

source

pub const fn new_32byte() -> Self

Creates an empty 32 byte Slot Context.

Trait Implementations§

source§

impl Default for Slot32Byte

source§

fn default() -> Self

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