#[repr(C)]pub struct SLAndroidBufferItem_ {
pub itemKey: SLuint32,
pub itemSize: SLuint32,
pub itemData: __IncompleteArrayField<SLuint8>,
}Fields§
§itemKey: SLuint32§itemSize: SLuint32§itemData: __IncompleteArrayField<SLuint8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SLAndroidBufferItem_
impl RefUnwindSafe for SLAndroidBufferItem_
impl Send for SLAndroidBufferItem_
impl Sync for SLAndroidBufferItem_
impl Unpin for SLAndroidBufferItem_
impl UnwindSafe for SLAndroidBufferItem_
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