Struct mp4parse::TrackScaledTime [−][src]
pub struct TrackScaledTime<T>(pub T, pub usize);Expand description
A time to be scaled by the track’s local (mdhd) timescale. Members are time in scale units and the track id.
Tuple Fields
0: T1: usizeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<T> RefUnwindSafe for TrackScaledTime<T> where
T: RefUnwindSafe,
impl<T> Send for TrackScaledTime<T> where
T: Send,
impl<T> Sync for TrackScaledTime<T> where
T: Sync,
impl<T> Unpin for TrackScaledTime<T> where
T: Unpin,
impl<T> UnwindSafe for TrackScaledTime<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more