Enum hls_m3u8::types::HdcpLevel[][src]

pub enum HdcpLevel {
    Type0,
    None,
}

HDCP level.

See: 4.3.4.2. EXT-X-STREAM-INF

Variants

Trait Implementations

impl Debug for HdcpLevel
[src]

Formats the value using the given formatter. Read more

impl Clone for HdcpLevel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HdcpLevel
[src]

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

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

Formats the value using the given formatter. Read more

impl FromStr for HdcpLevel
[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 HdcpLevel

impl Sync for HdcpLevel