Struct hid::Handle
[−]
[src]
pub struct Handle { /* fields omitted */ }Methods
impl Handle[src]
fn blocking(&mut self, value: bool) -> Result<()>
Set the handle in blocking or non-blocking mode.
fn data(&mut self) -> Data
The data accessor.
fn feature(&mut self) -> Feature
The feature accessor.