[][src]Struct audir_sles::SLAndroidSimpleBufferQueueItf_

#[repr(C)]pub struct SLAndroidSimpleBufferQueueItf_ {
    pub Enqueue: Option<unsafe extern "C" fn(self_: SLAndroidSimpleBufferQueueItf, pBuffer: *const c_void, size: SLuint32) -> SLresult>,
    pub Clear: Option<unsafe extern "C" fn(self_: SLAndroidSimpleBufferQueueItf) -> SLresult>,
    pub GetState: Option<unsafe extern "C" fn(self_: SLAndroidSimpleBufferQueueItf, pState: *mut SLAndroidSimpleBufferQueueState) -> SLresult>,
    pub RegisterCallback: Option<unsafe extern "C" fn(self_: SLAndroidSimpleBufferQueueItf, callback: slAndroidSimpleBufferQueueCallback, pContext: *mut c_void) -> SLresult>,
}

Fields

Enqueue: Option<unsafe extern "C" fn(self_: SLAndroidSimpleBufferQueueItf, pBuffer: *const c_void, size: SLuint32) -> SLresult>Clear: Option<unsafe extern "C" fn(self_: SLAndroidSimpleBufferQueueItf) -> SLresult>GetState: Option<unsafe extern "C" fn(self_: SLAndroidSimpleBufferQueueItf, pState: *mut SLAndroidSimpleBufferQueueState) -> SLresult>RegisterCallback: Option<unsafe extern "C" fn(self_: SLAndroidSimpleBufferQueueItf, callback: slAndroidSimpleBufferQueueCallback, pContext: *mut c_void) -> SLresult>

Trait Implementations

impl Clone for SLAndroidSimpleBufferQueueItf_[src]

impl Copy for SLAndroidSimpleBufferQueueItf_[src]

impl Debug for SLAndroidSimpleBufferQueueItf_[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.