Struct hid::Manager [] [src]

pub struct Manager;

The device manager.

Methods

impl Manager
[src]

fn find(&self, vendor: Option<u16>, product: Option<u16>) -> Devices

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

fn devices(&self) -> Devices

Return all devices.

Trait Implementations

impl Send for Manager
[src]

impl Drop for Manager
[src]

fn drop(&mut self)

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