Struct mp4parse::MediaTimeScale [] [src]

pub struct MediaTimeScale(pub u64);

The media's global (mvhd) timescale in units per second.

Trait Implementations

impl Debug for MediaTimeScale
[src]

[src]

Formats the value using the given formatter.

impl Copy for MediaTimeScale
[src]

impl Clone for MediaTimeScale
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for MediaTimeScale
[src]

[src]

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

[src]

This method tests for !=.