Struct usb::DeviceHandle [] [src]

pub struct DeviceHandle<'c> { /* fields omitted */ }

Methods

impl<'c> DeviceHandle<'c>
[src]

Trait Implementations

impl<'c> Sync for DeviceHandle<'c>
[src]

impl<'c> Drop for DeviceHandle<'c>
[src]

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