pub struct SttsEntry {
pub sample_count: u32,
pub sample_delta: u32,
}Expand description
Entry in the stts decode-time delta table (§8.6.1.2).
sample_count consecutive samples each have duration sample_delta.
Fields§
§sample_count: u32§sample_delta: u32Trait Implementations§
impl Copy for SttsEntry
impl Eq for SttsEntry
impl StructuralPartialEq for SttsEntry
Auto Trait Implementations§
impl Freeze for SttsEntry
impl RefUnwindSafe for SttsEntry
impl Send for SttsEntry
impl Sync for SttsEntry
impl Unpin for SttsEntry
impl UnsafeUnpin for SttsEntry
impl UnwindSafe for SttsEntry
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more