Struct cubeb_core::Device [] [src]

pub struct Device(_);

Methods

impl Device
[src]

[src]

[src]

Methods from Deref<Target = DeviceRef>

[src]

[src]

Gets the output device name.

May return None if there is no output device.

[src]

[src]

Gets the input device name.

May return None if there is no input device.

[src]

Trait Implementations

impl Debug for Device
[src]

[src]

Formats the value using the given formatter. Read more

impl Deref for Device
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Device
[src]

[src]

Mutably dereferences the value.

impl Borrow<DeviceRef> for Device
[src]

[src]

Immutably borrows from an owned value. Read more

impl AsRef<DeviceRef> for Device
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Device

impl !Sync for Device