Enum mp4parse::TimeOffsetVersion
[−]
[src]
pub enum TimeOffsetVersion {
Version0(u32),
Version1(i32),
}Variants
Version0(u32)Version1(i32)Trait Implementations
impl Debug for TimeOffsetVersion[src]
impl Clone for TimeOffsetVersion[src]
fn clone(&self) -> TimeOffsetVersion
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