Struct cubeb::StreamParams [] [src]

pub struct StreamParams(_);

Methods

impl StreamParams
[src]

Methods from Deref<Target = StreamParamsRef>

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Default for StreamParams
[src]

[src]

Returns the "default value" for a type. Read more

impl AsRef<StreamParamsRef> for StreamParams
[src]

[src]

Performs the conversion.

impl Deref for StreamParams
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for StreamParams
[src]

[src]

Mutably dereferences the value.

impl Borrow<StreamParamsRef> for StreamParams
[src]

[src]

Immutably borrows from an owned value. Read more

impl From<cubeb_stream_params> for StreamParams
[src]

[src]

Performs the conversion.

impl Debug for StreamParams
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StreamParams

impl Sync for StreamParams