Enum cmudict::Symbol[][src]

pub enum Symbol {
    AA(Stress),
    AE(Stress),
    AH(Stress),
    AO(Stress),
    AW(Stress),
    AY(Stress),
    B,
    CH,
    D,
    DH,
    EH(Stress),
    ER(Stress),
    EY(Stress),
    F,
    G,
    HH,
    IH(Stress),
    IY(Stress),
    JH,
    K,
    L,
    M,
    N,
    NG,
    OW(Stress),
    OY(Stress),
    P,
    R,
    S,
    SH,
    T,
    TH,
    UH(Stress),
    UW(Stress),
    V,
    W,
    Y,
    Z,
    ZH,
}

Represents a single sound

Variants

Methods

impl Symbol
[src]

Returns true if the symbol has primary stress

Returns true if the symbol has secondary stress

Returns true if the symbol has no stress

Returns true if the symbol is stressed in some way

Trait Implementations

impl Display for Symbol
[src]

Formats the value using the given formatter. Read more

impl Clone for Symbol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Symbol
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Debug for Symbol
[src]

Formats the value using the given formatter. Read more

impl PartialEq<Symbol> for Symbol
[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 Symbol

impl Sync for Symbol