#[repr(C)]pub struct SLDataLocator_AndroidSimpleBufferQueue {
pub locatorType: SLuint32,
pub numBuffers: SLuint32,
}Expand description
BufferQueue-based data locator definition where locatorType must be SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE
Fields§
§locatorType: SLuint32§numBuffers: SLuint32Trait Implementations§
Source§impl Clone for SLDataLocator_AndroidSimpleBufferQueue
impl Clone for SLDataLocator_AndroidSimpleBufferQueue
Source§fn clone(&self) -> SLDataLocator_AndroidSimpleBufferQueue
fn clone(&self) -> SLDataLocator_AndroidSimpleBufferQueue
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 SLDataLocator_AndroidSimpleBufferQueue
Auto Trait Implementations§
impl Freeze for SLDataLocator_AndroidSimpleBufferQueue
impl RefUnwindSafe for SLDataLocator_AndroidSimpleBufferQueue
impl Send for SLDataLocator_AndroidSimpleBufferQueue
impl Sync for SLDataLocator_AndroidSimpleBufferQueue
impl Unpin for SLDataLocator_AndroidSimpleBufferQueue
impl UnwindSafe for SLDataLocator_AndroidSimpleBufferQueue
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