[][src]Struct minimp4_sys::MP4E_track_t

#[repr(C)]
pub struct MP4E_track_t {
    pub object_type_indication: c_uint,
    pub language: [c_uchar; 4],
    pub track_name: *mut c_char,
    pub track_media_kind: track_media_kind_t,
    pub time_scale: c_uint,
    pub default_duration: c_uint,
    pub u: MP4E_track_t__bindgen_ty_1,
}

Fields

object_type_indication: c_uintlanguage: [c_uchar; 4]track_name: *mut c_chartrack_media_kind: track_media_kind_ttime_scale: c_uintdefault_duration: c_uintu: MP4E_track_t__bindgen_ty_1

Trait Implementations

impl Clone for MP4E_track_t[src]

impl Copy for MP4E_track_t[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.