#[repr(C)]pub struct SLDataLocator_AndroidBufferQueue_ {
pub locatorType: SLuint32,
pub numBuffers: SLuint32,
}Expand description
Android Buffer Queue-based data locator definition, locatorType must be SL_DATALOCATOR_ANDROIDBUFFERQUEUE
Fields§
§locatorType: SLuint32§numBuffers: SLuint32Auto Trait Implementations§
impl Freeze for SLDataLocator_AndroidBufferQueue_
impl RefUnwindSafe for SLDataLocator_AndroidBufferQueue_
impl Send for SLDataLocator_AndroidBufferQueue_
impl Sync for SLDataLocator_AndroidBufferQueue_
impl Unpin for SLDataLocator_AndroidBufferQueue_
impl UnwindSafe for SLDataLocator_AndroidBufferQueue_
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