Struct matroska::ChapterEdition[][src]

pub struct ChapterEdition {
    pub uid: Option<u64>,
    pub hidden: bool,
    pub default: bool,
    pub ordered: bool,
    pub chapters: Vec<Chapter>,
}
Expand description

A complete set of chapters

Fields

uid: Option<u64>

The edition’s UID

hidden: bool

Whether the chapters should be hidden in the user interface

default: bool

Whether the chapters should be the default

ordered: bool

Whether the order to play chapters is enforced

chapters: Vec<Chapter>

The individual chapter entries

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.