Struct cubeb::DeviceCollection [] [src]

pub struct DeviceCollection<'ctx>(_, _);

Methods

impl<'ctx> DeviceCollection<'ctx>
[src]

Methods from Deref<Target = DeviceCollectionRef>

Trait Implementations

impl<'ctx> Drop for DeviceCollection<'ctx>
[src]

[src]

Executes the destructor for this type. Read more

impl<'ctx> AsRef<DeviceCollectionRef> for DeviceCollection<'ctx>
[src]

[src]

Performs the conversion.

impl<'ctx> Deref for DeviceCollection<'ctx>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'ctx> Debug for DeviceCollection<'ctx>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'ctx> !Send for DeviceCollection<'ctx>

impl<'ctx> !Sync for DeviceCollection<'ctx>