Struct mp4parse::MediaScaledTime [] [src]

pub struct MediaScaledTime(pub u64);

A time scaled by the media's global (mvhd) timescale.

Trait Implementations

impl PartialEq for MediaScaledTime
[src]

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

This method tests for !=.

impl Clone for MediaScaledTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MediaScaledTime
[src]

impl Debug for MediaScaledTime
[src]

Formats the value using the given formatter.