Struct cubeb_core::StreamParamsRef [] [src]

pub struct StreamParamsRef(_);

Methods

impl StreamParamsRef
[src]

[src]

[src]

[src]

impl StreamParamsRef
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Borrow<StreamParamsRef> for StreamParams
[src]

[src]

Immutably borrows from an owned value. Read more

impl AsRef<StreamParamsRef> for StreamParams
[src]

[src]

Performs the conversion.

impl Debug for StreamParamsRef
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations