#[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: SLuint32Auto 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