#[repr(C)]pub struct SLAndroidBufferQueueState_ {
pub count: SLuint32,
pub index: SLuint32,
}Fields§
§count: SLuint32§index: SLuint32Auto Trait Implementations§
impl Freeze for SLAndroidBufferQueueState_
impl RefUnwindSafe for SLAndroidBufferQueueState_
impl Send for SLAndroidBufferQueueState_
impl Sync for SLAndroidBufferQueueState_
impl Unpin for SLAndroidBufferQueueState_
impl UnsafeUnpin 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