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]

Formats the value using the given formatter.

impl<T: Copy + Num> Copy for TrackScaledTime<T>
[src]

impl<T: Clone + Num> Clone for TrackScaledTime<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: PartialEq + Num> PartialEq for TrackScaledTime<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T> Add for TrackScaledTime<T> where
    T: Num
[src]

The resulting type after applying the + operator

The method for the + operator