Struct mp4parse::TrackTimeScale
[−]
[src]
pub struct TrackTimeScale<T: Num>(pub T, pub usize);
The track's local (mdhd) timescale. Members are timescale units per second and the track id.
Trait Implementations
impl<T: Debug + Num> Debug for TrackTimeScale<T>[src]
impl<T: Copy + Num> Copy for TrackTimeScale<T>[src]
impl<T: Clone + Num> Clone for TrackTimeScale<T>[src]
fn clone(&self) -> TrackTimeScale<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<T: PartialEq + Num> PartialEq for TrackTimeScale<T>[src]
fn eq(&self, __arg_0: &TrackTimeScale<T>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TrackTimeScale<T>) -> bool
This method tests for !=.