Struct mp4parse::TrackScaledTime
[−]
[src]
pub struct TrackScaledTime<T: Num>(pub T, 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<T: Debug + Num> Debug for TrackScaledTime<T>[src]
impl<T: Copy + Num> Copy for TrackScaledTime<T>[src]
impl<T: Clone + Num> Clone for TrackScaledTime<T>[src]
fn clone(&self) -> TrackScaledTime<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 TrackScaledTime<T>[src]
fn eq(&self, __arg_0: &TrackScaledTime<T>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &TrackScaledTime<T>) -> bool
This method tests for !=.
impl<T> Add for TrackScaledTime<T> where
T: Num, [src]
T: Num,
type Output = TrackScaledTime<T>
The resulting type after applying the + operator
fn add(self, other: TrackScaledTime<T>) -> TrackScaledTime<T>
The method for the + operator