Struct cubeb_core::DeviceCollection
[−]
[src]
pub struct DeviceCollection(_);
Methods
impl DeviceCollection[src]
fn as_ptr(&self) -> *mut cubeb_device_collection[src]
Methods from Deref<Target = DeviceCollectionRef>
fn as_ptr(&self) -> *mut cubeb_device_collection[src]
Trait Implementations
impl Debug for DeviceCollection[src]
impl Default for DeviceCollection[src]
fn default() -> DeviceCollection[src]
Returns the "default value" for a type. Read more
impl From<cubeb_device_collection> for DeviceCollection[src]
fn from(x: cubeb_device_collection) -> DeviceCollection[src]
Performs the conversion.
impl Deref for DeviceCollection[src]
type Target = DeviceCollectionRef
The resulting type after dereferencing.
fn deref(&self) -> &DeviceCollectionRef[src]
Dereferences the value.
impl DerefMut for DeviceCollection[src]
fn deref_mut(&mut self) -> &mut DeviceCollectionRef[src]
Mutably dereferences the value.
impl Borrow<DeviceCollectionRef> for DeviceCollection[src]
fn borrow(&self) -> &DeviceCollectionRef[src]
Immutably borrows from an owned value. Read more
impl AsRef<DeviceCollectionRef> for DeviceCollection[src]
fn as_ref(&self) -> &DeviceCollectionRef[src]
Performs the conversion.