#[repr(C)]pub struct SLBufferQueueState_ {
pub count: SLuint32,
pub playIndex: SLuint32,
}Expand description
Buffer queue state
Fields§
§count: SLuint32§playIndex: SLuint32Trait Implementations§
Source§impl Clone for SLBufferQueueState_
impl Clone for SLBufferQueueState_
Source§fn clone(&self) -> SLBufferQueueState_
fn clone(&self) -> SLBufferQueueState_
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 SLBufferQueueState_
impl Debug for SLBufferQueueState_
impl Copy for SLBufferQueueState_
Auto Trait Implementations§
impl Freeze for SLBufferQueueState_
impl RefUnwindSafe for SLBufferQueueState_
impl Send for SLBufferQueueState_
impl Sync for SLBufferQueueState_
impl Unpin for SLBufferQueueState_
impl UnwindSafe for SLBufferQueueState_
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