Struct ao_rs::Ao [] [src]

pub struct Ao;

Opaque struct for Ao handling. Make sure only one instance of this type is created, and that initialization is done in the main thread.

Methods

impl Ao
[src]

[src]

Initializes libao.

[src]

Reloads libao.

Trait Implementations

impl Drop for Ao
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for Ao

impl Sync for Ao