Struct mp4parse::MediaTimeScale
[−]
[src]
pub struct MediaTimeScale(pub u64);
The media's global (mvhd) timescale.
Trait Implementations
impl PartialEq for MediaTimeScale[src]
fn eq(&self, __arg_0: &MediaTimeScale) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &MediaTimeScale) -> bool
This method tests for !=.
impl Clone for MediaTimeScale[src]
fn clone(&self) -> MediaTimeScale
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more