Struct cubeb_core::DeviceCollection [] [src]

pub struct DeviceCollection(_);

Methods

impl DeviceCollection
[src]

Methods from Deref<Target = DeviceCollectionRef>

Trait Implementations

impl Debug for DeviceCollection
[src]

[src]

Formats the value using the given formatter.

impl Default for DeviceCollection
[src]

[src]

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

impl From<cubeb_device_collection> for DeviceCollection
[src]

[src]

Performs the conversion.

impl Deref for DeviceCollection
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for DeviceCollection
[src]

[src]

Mutably dereferences the value.

impl Borrow<DeviceCollectionRef> for DeviceCollection
[src]

[src]

Immutably borrows from an owned value. Read more

impl AsRef<DeviceCollectionRef> for DeviceCollection
[src]

[src]

Performs the conversion.