Enum cmudict::Stress [] [src]

pub enum Stress {
    None,
    Primary,
    Secondary,
}

Used by a symbol to indicate what kind of stress it has

Variants

Trait Implementations

impl Clone for Stress
[src]

[src]

impl PartialEq<Stress> for Stress
[src]

[src]

impl Debug for Stress
[src]

[src]

Formats the value using the given formatter.

impl Display for Stress
[src]

[src]

Formats the value using the given formatter. Read more