Struct karaorust::Lyric [] [src]

pub struct Lyric {
    pub duration: u64,
    pub text: String,
}

Fields

Trait Implementations

impl PartialEq for Lyric
[src]

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

This method tests for !=.

impl Debug for Lyric
[src]

Formats the value using the given formatter.