[][src]Struct audir_sles::SLPrefetchStatusItf_

#[repr(C)]pub struct SLPrefetchStatusItf_ {
    pub GetPrefetchStatus: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, pStatus: *mut SLuint32) -> SLresult>,
    pub GetFillLevel: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, pLevel: *mut SLpermille) -> SLresult>,
    pub RegisterCallback: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, callback: slPrefetchCallback, pContext: *mut c_void) -> SLresult>,
    pub SetCallbackEventsMask: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, eventFlags: SLuint32) -> SLresult>,
    pub GetCallbackEventsMask: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, pEventFlags: *mut SLuint32) -> SLresult>,
    pub SetFillUpdatePeriod: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, period: SLpermille) -> SLresult>,
    pub GetFillUpdatePeriod: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, pPeriod: *mut SLpermille) -> SLresult>,
    pub GetError: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, pResult: *mut SLresult) -> SLresult>,
}

Prefetch status interface methods

Fields

GetPrefetchStatus: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, pStatus: *mut SLuint32) -> SLresult>GetFillLevel: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, pLevel: *mut SLpermille) -> SLresult>RegisterCallback: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, callback: slPrefetchCallback, pContext: *mut c_void) -> SLresult>SetCallbackEventsMask: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, eventFlags: SLuint32) -> SLresult>GetCallbackEventsMask: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, pEventFlags: *mut SLuint32) -> SLresult>SetFillUpdatePeriod: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, period: SLpermille) -> SLresult>GetFillUpdatePeriod: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, pPeriod: *mut SLpermille) -> SLresult>GetError: Option<unsafe extern "C" fn(self_: SLPrefetchStatusItf, pResult: *mut SLresult) -> SLresult>

Trait Implementations

impl Clone for SLPrefetchStatusItf_[src]

impl Copy for SLPrefetchStatusItf_[src]

impl Debug for SLPrefetchStatusItf_[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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.