Struct mp4parse::MediaScaledTime [] [src]

pub struct MediaScaledTime(pub u64);

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

Trait Implementations

impl Debug for MediaScaledTime
[src]

Formats the value using the given formatter.

impl Copy for MediaScaledTime
[src]

impl Clone for MediaScaledTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 !=.