Struct hid::handle::Handle [] [src]

pub struct Handle { /* fields omitted */ }

A device handle.

Methods

impl Handle
[src]

[src]

Set the handle in blocking or non-blocking mode.

[src]

The data accessor.

[src]

The feature accessor.

Trait Implementations

impl Drop for Handle
[src]

[src]

Executes the destructor for this type. Read more