Struct cubeb_core::DeviceRef [] [src]

pub struct DeviceRef(_);

Methods

impl DeviceRef
[src]

[src]

[src]

[src]

impl 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 Borrow<DeviceRef> for Device
[src]

[src]

Immutably borrows from an owned value. Read more

impl AsRef<DeviceRef> for Device
[src]

[src]

Performs the conversion.

impl Debug for DeviceRef
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DeviceRef

impl !Sync for DeviceRef