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]

Formats the value using the given formatter.

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.