Struct ao_rs::Driver [] [src]

pub struct Driver { /* fields omitted */ }

Ao driver.

Methods

impl Driver
[src]

[src]

Creates and returns (if-any) the default driver.

[src]

Tries to find a driver with the given name.

Panics

If the given name contains inner zero bytes.

[src]

Returns the driver id.

Trait Implementations

Auto Trait Implementations

impl Send for Driver

impl Sync for Driver