Struct hid::Manager [] [src]

pub struct Manager;

The device manager.

Methods

impl Manager
[src]

[src]

Find the wanted device, vendor or product are given it will returns only the matches devices.

[src]

Return all devices.

Trait Implementations

impl Send for Manager
[src]

impl Drop for Manager
[src]

[src]

Executes the destructor for this type. Read more