Struct hid::Handle [] [src]

pub struct Handle {
    // some fields omitted
}

Methods

impl Handle
[src]

fn blocking(&mut self, value: bool) -> Res<()>

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.

Trait Implementations

impl Drop for Handle
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more