Trait xhci::context::InputControlHandler[][src]

pub trait InputControlHandler: AsMut<[u32]> {
    fn set_aflag(&mut self, i: usize) { ... }
fn clear_aflag(&mut self, i: usize) { ... } }

A trait to handle the Input Control Context.

Provided methods

fn set_aflag(&mut self, i: usize)[src]

Sets the ith Add Context flag.

Panics

This method panics if i >= 32.

fn clear_aflag(&mut self, i: usize)[src]

Clears the ith Add Context flag.

Panics

This method panics if i >= 32.

Loading content...

Implementors

Loading content...