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]

Formats the value using the given formatter.

impl Copy for TrackScaledTime
[src]

impl Clone for TrackScaledTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TrackScaledTime
[src]

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

This method tests for !=.