Struct hls_m3u8::tags::ExtXMediaSequence[][src]

pub struct ExtXMediaSequence { /* fields omitted */ }

Methods

impl ExtXMediaSequence
[src]

Makes a new ExtXMediaSequence tag.

Returns the sequence number of the first media segment that appears in the associated playlist.

Returns the protocol compatibility version that this tag requires.

Trait Implementations

impl Debug for ExtXMediaSequence
[src]

Formats the value using the given formatter. Read more

impl Clone for ExtXMediaSequence
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ExtXMediaSequence
[src]

impl PartialEq for ExtXMediaSequence
[src]

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

This method tests for !=.

impl Eq for ExtXMediaSequence
[src]

impl Hash for ExtXMediaSequence
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Display for ExtXMediaSequence
[src]

Formats the value using the given formatter. Read more

impl FromStr for ExtXMediaSequence
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl From<ExtXMediaSequence> for MediaPlaylistTag
[src]

Performs the conversion.

Auto Trait Implementations