#[repr(C)]pub struct SLDataFormat_PCM_ {
pub formatType: SLuint32,
pub numChannels: SLuint32,
pub samplesPerSec: SLuint32,
pub bitsPerSample: SLuint32,
pub containerSize: SLuint32,
pub channelMask: SLuint32,
pub endianness: SLuint32,
}Expand description
PCM-type-based data format definition where formatType must be SL_DATAFORMAT_PCM
Fields§
§formatType: SLuint32§numChannels: SLuint32§samplesPerSec: SLuint32§bitsPerSample: SLuint32§containerSize: SLuint32§channelMask: SLuint32§endianness: SLuint32Auto Trait Implementations§
impl Freeze for SLDataFormat_PCM_
impl RefUnwindSafe for SLDataFormat_PCM_
impl Send for SLDataFormat_PCM_
impl Sync for SLDataFormat_PCM_
impl Unpin for SLDataFormat_PCM_
impl UnwindSafe for SLDataFormat_PCM_
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