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