pub struct SpliceInsertComponent {
pub component_tag: u8,
pub splice_time: Option<SpliceTime>,
}Expand description
One component entry in the deprecated Component Splice Mode loop.
Fields§
§component_tag: u88-bit component_tag (matches the PMT stream_identifier_descriptor()).
splice_time: Option<SpliceTime>Per-component splice_time(), present only when
splice_immediate_flag == 0.
Trait Implementations§
Source§impl Clone for SpliceInsertComponent
impl Clone for SpliceInsertComponent
Source§fn clone(&self) -> SpliceInsertComponent
fn clone(&self) -> SpliceInsertComponent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpliceInsertComponent
Source§impl Debug for SpliceInsertComponent
impl Debug for SpliceInsertComponent
impl Eq for SpliceInsertComponent
Source§impl PartialEq for SpliceInsertComponent
impl PartialEq for SpliceInsertComponent
Source§fn eq(&self, other: &SpliceInsertComponent) -> bool
fn eq(&self, other: &SpliceInsertComponent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SpliceInsertComponent
impl Serialize for SpliceInsertComponent
impl StructuralPartialEq for SpliceInsertComponent
Auto Trait Implementations§
impl Freeze for SpliceInsertComponent
impl RefUnwindSafe for SpliceInsertComponent
impl Send for SpliceInsertComponent
impl Sync for SpliceInsertComponent
impl Unpin for SpliceInsertComponent
impl UnsafeUnpin for SpliceInsertComponent
impl UnwindSafe for SpliceInsertComponent
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