Struct mp4parse::TimeOffset
[−]
[src]
pub struct TimeOffset {
pub sample_count: u32,
pub time_offset: TimeOffsetVersion,
}Fields
sample_count: u32
time_offset: TimeOffsetVersion
Trait Implementations
impl Debug for TimeOffset[src]
impl Clone for TimeOffset[src]
fn clone(&self) -> TimeOffset
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