Enum mkv::elements::midlevel::MidlevelEvent[][src]

pub enum MidlevelEvent<'a> {
    EnterElement(Class),
    LeaveElement(Class),
    Element(Rc<Element>),
    Content(SimpleContent<'a>),
    Resync,
}

Variants

EnterElement

Tuple Fields of EnterElement

0: Class
LeaveElement

Tuple Fields of LeaveElement

0: Class
Element

Tuple Fields of Element

0: Rc<Element>
Content

Tuple Fields of Content

0: SimpleContent<'a>
Resync

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.