Struct mpeg2ts_reader::pes::Timestamp[][src]

pub struct Timestamp { /* fields omitted */ }

A 33-bit Elementary Stream timestamp, used to represent PTS and DTS values which may appear in an Elementy Stream header.

Methods

impl Timestamp
[src]

Panics if the given val is greater than 2^33-1

Trait Implementations

impl PartialEq for Timestamp
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Timestamp
[src]

Formats the value using the given formatter. Read more

impl Clone for Timestamp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Timestamp
[src]

Auto Trait Implementations

impl Send for Timestamp

impl Sync for Timestamp