Struct hid::Handle [] [src]

pub struct Handle { /* fields omitted */ }

Methods

impl Handle
[src]

Set the handle in blocking or non-blocking mode.

The data accessor.

The feature accessor.

Trait Implementations

impl Drop for Handle
[src]

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