#[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§
Source§impl Clone for SLAndroidSimpleBufferQueueItf_
impl Clone for SLAndroidSimpleBufferQueueItf_
Source§fn clone(&self) -> SLAndroidSimpleBufferQueueItf_
fn clone(&self) -> SLAndroidSimpleBufferQueueItf_
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 moreimpl Copy for SLAndroidSimpleBufferQueueItf_
Auto Trait Implementations§
impl Freeze for SLAndroidSimpleBufferQueueItf_
impl RefUnwindSafe for SLAndroidSimpleBufferQueueItf_
impl Send for SLAndroidSimpleBufferQueueItf_
impl Sync for SLAndroidSimpleBufferQueueItf_
impl Unpin for SLAndroidSimpleBufferQueueItf_
impl UnwindSafe for SLAndroidSimpleBufferQueueItf_
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