[][src]Struct miniaudio::ContextConfig

#[repr(transparent)]pub struct ContextConfig(_);

Methods

impl ContextConfig[src]

pub fn new() -> ContextConfig[src]

Initializes a ContextConfig object.

pub fn alsa(&self) -> &ContextConfigAlsa[src]

pub fn alsa_mut(&mut self) -> &mut ContextConfigAlsa[src]

pub fn pulse(&self) -> &ContextConfigPulse[src]

pub fn pulse_mut(&mut self) -> &mut ContextConfigPulse[src]

pub fn coreaudio(&self) -> &ContextConfigCoreAudio[src]

pub fn coreaudio_mut(&mut self) -> &mut ContextConfigCoreAudio[src]

pub fn jack(&self) -> &ContextConfigJack[src]

pub fn jack_mut(&mut self) -> &mut ContextConfigJack[src]

Trait Implementations

impl Default for ContextConfig[src]

impl Drop for ContextConfig[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.