Struct cubeb::DeviceCollection [] [src]

pub struct DeviceCollection(_);

Methods

impl DeviceCollection
[src]

Methods from Deref<Target = DeviceCollectionRef>

Trait Implementations

impl DerefMut for DeviceCollection
[src]

[src]

impl From<cubeb_device_collection> for DeviceCollection
[src]

impl Debug for DeviceCollection
[src]

[src]

Formats the value using the given formatter.

impl Borrow<DeviceCollectionRef> for DeviceCollection
[src]

impl Default for DeviceCollection
[src]

impl Deref for DeviceCollection
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl AsRef<DeviceCollectionRef> for DeviceCollection
[src]