Struct mvnc::device::Device [] [src]

pub struct Device { /* fields omitted */ }

Methods

impl Device
[src]

[src]

Gets the device name at given zero-based index or None if there is no device there.

[src]

Opens the device with the given name.

[src]

Gets the thermal throttling level.

Trait Implementations

impl Drop for Device
[src]

[src]

Executes the destructor for this type. Read more