#[repr(C)]pub struct SLDataFormat_MIME_ {
pub formatType: SLuint32,
pub pMimeType: *const SLchar,
pub containerType: SLuint32,
}Expand description
MIME-type-based data format definition where formatType must be SL_DATAFORMAT_MIME
Fields§
§formatType: SLuint32§pMimeType: *const SLchar§containerType: SLuint32Auto Trait Implementations§
impl Freeze for SLDataFormat_MIME_
impl RefUnwindSafe for SLDataFormat_MIME_
impl !Send for SLDataFormat_MIME_
impl !Sync for SLDataFormat_MIME_
impl Unpin for SLDataFormat_MIME_
impl UnwindSafe for SLDataFormat_MIME_
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