Struct cubeb::Stream [] [src]

pub struct Stream<F>(_, _);

Methods from Deref<Target = Stream>

[src]

Trait Implementations

impl<F> Drop for Stream<F>
[src]

[src]

Executes the destructor for this type. Read more

impl<F> Deref for Stream<F>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl<F> !Send for Stream<F>

impl<F> !Sync for Stream<F>