#[repr(C)]pub struct SLDataFormat_MIME_ {
pub formatType: SLuint32,
pub mimeType: *mut SLchar,
pub containerType: SLuint32,
}Expand description
MIME-type-based data format definition where formatType must be SL_DATAFORMAT_MIME
Fields§
§formatType: SLuint32§mimeType: *mut SLchar§containerType: SLuint32Trait Implementations§
Source§impl Clone for SLDataFormat_MIME_
impl Clone for SLDataFormat_MIME_
Source§fn clone(&self) -> SLDataFormat_MIME_
fn clone(&self) -> SLDataFormat_MIME_
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SLDataFormat_MIME_
impl Debug for SLDataFormat_MIME_
impl Copy for SLDataFormat_MIME_
Auto 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