Enum mp4parse::TimeOffsetVersion [] [src]

pub enum TimeOffsetVersion {
    Version0(u32),
    Version1(i32),
}

Variants

Trait Implementations

impl Debug for TimeOffsetVersion
[src]

[src]

Formats the value using the given formatter.

impl Clone for TimeOffsetVersion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TimeOffsetVersion
[src]