Struct mp4parse::TrackScaledTime
[−]
[src]
pub struct TrackScaledTime(pub u64, pub usize);
A time to be scaled by the track's local (mdhd) timescale. Members are time in scale units and the track id.
Trait Implementations
impl Debug for TrackScaledTime[src]
impl Copy for TrackScaledTime[src]
impl Clone for TrackScaledTime[src]
fn clone(&self) -> TrackScaledTime
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 PartialEq for TrackScaledTime[src]
fn eq(&self, __arg_0: &TrackScaledTime) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TrackScaledTime) -> bool
This method tests for !=.