Struct mpeg2ts_reader::packet::SeamlessSplice [−][src]
Fields
splice_type: u8
dts_next_au: Timestamp
Trait Implementations
impl Debug for SeamlessSplice[src]
impl Debug for SeamlessSplicefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for SeamlessSplice[src]
impl PartialEq for SeamlessSplicefn eq(&self, other: &SeamlessSplice) -> bool[src]
fn eq(&self, other: &SeamlessSplice) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SeamlessSplice) -> bool[src]
fn ne(&self, other: &SeamlessSplice) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for SeamlessSplice
impl Send for SeamlessSpliceimpl Sync for SeamlessSplice
impl Sync for SeamlessSplice