[−][src]Struct minimp4_sys::MP4D_track_t
Fields
sample_count: c_uintdsi: *mut c_uchardsi_bytes: c_uintobject_type_indication: c_uinthandler_type: c_uintduration_hi: c_uintduration_lo: c_uinttimescale: c_uintavg_bitrate_bps: c_uintlanguage: [c_uchar; 4]stream_type: c_uintSampleDescription: MP4D_track_t__bindgen_ty_1entry_size: *mut c_uintsample_to_chunk_count: c_uintsample_to_chunk: *mut MP4D_sample_to_chunk_t_tagchunk_count: c_uintchunk_offset: *mut MP4D_file_offset_ttimestamp: *mut c_uintduration: *mut c_uintTrait Implementations
impl Clone for MP4D_track_t[src]
fn clone(&self) -> MP4D_track_t[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for MP4D_track_t[src]
Auto Trait Implementations
impl RefUnwindSafe for MP4D_track_t
impl !Send for MP4D_track_t
impl !Sync for MP4D_track_t
impl Unpin for MP4D_track_t
impl UnwindSafe for MP4D_track_t
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,