Struct cubeb::Context [] [src]

pub struct Context(_);

Methods

impl Context
[src]

[src]

impl Context
[src]

[src]

[src]

Methods from Deref<Target = ContextRef>

[src]

Important traits for &'a mut [u8]
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Drop for Context
[src]

[src]

Executes the destructor for this type. Read more

impl AsRef<ContextRef> for Context
[src]

[src]

Performs the conversion.

impl Deref for Context
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Context
[src]

[src]

Mutably dereferences the value.

impl Borrow<ContextRef> for Context
[src]

[src]

Immutably borrows from an owned value. Read more

Auto Trait Implementations

impl !Send for Context

impl !Sync for Context