pub struct Sidx {
pub reference_id: u32,
pub timescale: u32,
pub earliest_presentation_time: u64,
pub first_offset: u64,
pub references: Vec<SegmentReference>,
}Fields§
§reference_id: u32§timescale: u32§earliest_presentation_time: u64§first_offset: u64§references: Vec<SegmentReference>Trait Implementations§
impl Eq for Sidx
impl StructuralPartialEq for Sidx
Auto Trait Implementations§
impl Freeze for Sidx
impl RefUnwindSafe for Sidx
impl Send for Sidx
impl Sync for Sidx
impl Unpin for Sidx
impl UnwindSafe for Sidx
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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