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