Struct cubeb::StreamParams [] [src]

pub struct StreamParams(_);

Methods

impl StreamParams
[src]

Methods from Deref<Target = StreamParamsRef>

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl DerefMut for StreamParams
[src]

[src]

impl From<cubeb_stream_params> for StreamParams
[src]

impl Debug for StreamParams
[src]

[src]

Formats the value using the given formatter.

impl Borrow<StreamParamsRef> for StreamParams
[src]

impl Default for StreamParams
[src]

impl Deref for StreamParams
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl AsRef<StreamParamsRef> for StreamParams
[src]