#[repr(C)]pub struct SLAndroidBufferQueueItf_ {
pub RegisterCallback: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf, callback: slAndroidBufferQueueCallback, pCallbackContext: *mut c_void) -> SLresult>,
pub Clear: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf) -> SLresult>,
pub Enqueue: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf, pBufferContext: *mut c_void, pData: *mut c_void, dataLength: SLuint32, pItems: *const SLAndroidBufferItem, itemsLength: SLuint32) -> SLresult>,
pub GetState: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf, pState: *mut SLAndroidBufferQueueState) -> SLresult>,
pub SetCallbackEventsMask: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf, eventFlags: SLuint32) -> SLresult>,
pub GetCallbackEventsMask: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf, pEventFlags: *mut SLuint32) -> SLresult>,
}Fields§
§RegisterCallback: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf, callback: slAndroidBufferQueueCallback, pCallbackContext: *mut c_void) -> SLresult>§Clear: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf) -> SLresult>§Enqueue: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf, pBufferContext: *mut c_void, pData: *mut c_void, dataLength: SLuint32, pItems: *const SLAndroidBufferItem, itemsLength: SLuint32) -> SLresult>§GetState: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf, pState: *mut SLAndroidBufferQueueState) -> SLresult>§SetCallbackEventsMask: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf, eventFlags: SLuint32) -> SLresult>§GetCallbackEventsMask: Option<unsafe extern "C" fn(self_: SLAndroidBufferQueueItf, pEventFlags: *mut SLuint32) -> SLresult>Trait Implementations§
Source§impl Clone for SLAndroidBufferQueueItf_
impl Clone for SLAndroidBufferQueueItf_
Source§fn clone(&self) -> SLAndroidBufferQueueItf_
fn clone(&self) -> SLAndroidBufferQueueItf_
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SLAndroidBufferQueueItf_
impl Debug for SLAndroidBufferQueueItf_
impl Copy for SLAndroidBufferQueueItf_
Auto Trait Implementations§
impl Freeze for SLAndroidBufferQueueItf_
impl RefUnwindSafe for SLAndroidBufferQueueItf_
impl Send for SLAndroidBufferQueueItf_
impl Sync for SLAndroidBufferQueueItf_
impl Unpin for SLAndroidBufferQueueItf_
impl UnwindSafe for SLAndroidBufferQueueItf_
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more