Struct srt::SubTitle [] [src]

pub struct SubTitle {
    pub index: u32,
    pub start_time: Time,
    pub end_time: Time,
    pub text: String,
}

Fields

Trait Implementations

impl Debug for SubTitle
[src]

Formats the value using the given formatter.

impl PartialEq for SubTitle
[src]

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

This method tests for !=.

impl Display for SubTitle
[src]

Formats the value using the given formatter. Read more