Struct hls_m3u8::tags::ExtM3u[][src]

pub struct ExtM3u;

Methods

impl ExtM3u
[src]

Returns the protocol compatibility version that this tag requires.

Trait Implementations

impl Debug for ExtM3u
[src]

Formats the value using the given formatter. Read more

impl Clone for ExtM3u
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ExtM3u
[src]

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

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

Formats the value using the given formatter. Read more

impl FromStr for ExtM3u
[src]

The associated error which can be returned from parsing.

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

Auto Trait Implementations

impl Send for ExtM3u

impl Sync for ExtM3u