Struct m3u::EntryExt [] [src]

pub struct EntryExt {
    pub entry: Entry,
    pub extinf: ExtInf,
}

An entry with some associated extra information.

Fields

The M3U entry. Can be either a Path or Url.

Extra information associated with the M3U entry.

Trait Implementations

impl Clone for EntryExt
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EntryExt
[src]

Formats the value using the given formatter.

impl PartialEq for EntryExt
[src]

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

This method tests for !=.