Enum mpeg2ts_reader::pes::DataAlignment [−][src]
pub enum DataAlignment {
Aligned,
NotAligned,
}Indicates if the start of some 'unit' of Elementary Stream content is immediately at the start of the PES packet payload.
Returned by
PesParsedContents.data_alignment_indicator()
Variants
AlignedNotAligned
Trait Implementations
impl PartialEq for DataAlignment[src]
impl PartialEq for DataAlignmentfn eq(&self, other: &DataAlignment) -> bool[src]
fn eq(&self, other: &DataAlignment) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for DataAlignment[src]
impl Debug for DataAlignmentAuto Trait Implementations
impl Send for DataAlignment
impl Send for DataAlignmentimpl Sync for DataAlignment
impl Sync for DataAlignment