Struct mp4parse::TimeOffset [] [src]

pub struct TimeOffset {
    pub sample_count: u32,
    pub time_offset: TimeOffsetVersion,
}

Fields

Trait Implementations

impl Debug for TimeOffset
[src]

Formats the value using the given formatter.

impl Clone for TimeOffset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more