Type Definition xhci::context::Device64Byte

source ·
pub type Device64Byte = Device<16>;
Expand description

64 byte Device Context.

Implementations§

source§

impl Device64Byte

source

pub const fn new_64byte() -> Self

Creates an empty 64 byte Device Context.

Trait Implementations§

source§

impl Default for Device64Byte

source§

fn default() -> Self

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