Struct matroska::ChapterDisplay[][src]

pub struct ChapterDisplay {
    pub string: String,
    pub language: String,
}

The display string for a chapter point entry

Fields

The user interface string

The string's language

Trait Implementations

impl Debug for ChapterDisplay
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations