pub struct WasapiDevice { /* private fields */ }
Expand description

An opaque type that identifies an end point.

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

The iterator type yielding supported input stream formats.

The iterator type yielding supported output stream formats.

The stream type created by build_input_stream_raw and build_output_stream_raw.

The human-readable name of the device.

An iterator yielding formats that are supported by the backend. Read more

An iterator yielding output stream formats that are supported by the device. Read more

The default input stream format for the device.

The default output stream format for the device.

Create a dynamically typed input stream.

Create a dynamically typed output stream.

Create an input stream.

Create an output stream.

Executes the destructor for this type. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.