#[repr(C)]pub struct SLAndroidDataFormat_PCM_EX_ {
pub formatType: SLuint32,
pub numChannels: SLuint32,
pub sampleRate: SLuint32,
pub bitsPerSample: SLuint32,
pub containerSize: SLuint32,
pub channelMask: SLuint32,
pub endianness: SLuint32,
pub representation: SLuint32,
}Fields§
§formatType: SLuint32§numChannels: SLuint32§sampleRate: SLuint32§bitsPerSample: SLuint32§containerSize: SLuint32§channelMask: SLuint32§endianness: SLuint32§representation: SLuint32Auto Trait Implementations§
impl Freeze for SLAndroidDataFormat_PCM_EX_
impl RefUnwindSafe for SLAndroidDataFormat_PCM_EX_
impl Send for SLAndroidDataFormat_PCM_EX_
impl Sync for SLAndroidDataFormat_PCM_EX_
impl Unpin for SLAndroidDataFormat_PCM_EX_
impl UnwindSafe for SLAndroidDataFormat_PCM_EX_
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