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 Display for Stress
[src]

Formats the value using the given formatter. Read more

impl Clone for Stress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Stress
[src]

Formats the value using the given formatter. Read more

impl PartialEq<Stress> for Stress
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Stress

impl Sync for Stress