Type Definition xhci::context::Device32Byte

source ·
pub type Device32Byte = Device<8>;
Expand description

32 byte Device Context.

Implementations§

source§

impl Device32Byte

source

pub const fn new_32byte() -> Self

Creates an empty 32 byte Device Context.

Trait Implementations§

source§

impl Default for Device32Byte

source§

fn default() -> Self

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