Struct hls_m3u8::tags::ExtXMap[][src]

pub struct ExtXMap { /* fields omitted */ }

Methods

impl ExtXMap
[src]

Makes a new ExtXMap tag.

Makes a new ExtXMap tag with the given range.

Returns the URI that identifies a resource that contains the media initialization section.

Returns the range of the media initialization section.

Returns the protocol compatibility version that this tag requires.

Trait Implementations

impl Debug for ExtXMap
[src]

Formats the value using the given formatter. Read more

impl Clone for ExtXMap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ExtXMap
[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 ExtXMap
[src]

impl Hash for ExtXMap
[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 ExtXMap
[src]

Formats the value using the given formatter. Read more

impl FromStr for ExtXMap
[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<ExtXMap> for MediaSegmentTag
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ExtXMap

impl Sync for ExtXMap