[][src]Struct alsa_sys::snd_pcm_scope_ops_t

#[repr(C)]
pub struct snd_pcm_scope_ops_t {
    pub enable: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t) -> c_int>,
    pub disable: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>,
    pub start: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>,
    pub stop: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>,
    pub update: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>,
    pub reset: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>,
    pub close: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>,
}

Fields

enable: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t) -> c_int>disable: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>start: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>stop: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>update: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>reset: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>close: Option<extern "C" fn(arg1: *mut snd_pcm_scope_t)>

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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