Struct tengwar::characters::Tema[][src]

pub struct Tema {
    pub single_dn: char,
    pub double_dn: char,
    pub single_up: char,
    pub double_up: char,
    pub double_sh: char,
    pub single_sh: char,
    pub single_ex: char,
    pub double_ex: char,
}

The Témar are the four series of the primary tengwar. Each Téma is composed of eight Tyeller, each modifying the tengwa in a different way, and is named after its base tengwa.

Only the first six Tyeller are used in Quenya.

Fields

single_dn: char

A hanging Telco, and one Lúva. Typically represents a voiceless plosive.

double_dn: char

A hanging Telco, and two Lúvar. Typically represents a voiced plosive.

single_up: char

A raised Telco, and one Lúva. Typically represents a voiceless fricative.

double_up: char

A raised Telco, and two Lúvar. Typically represents either a voiced fricative or a nasalized voiceless plosive.

double_sh: char

A short Telco, and two Lúvar. Typically represents a nasal long.

single_sh: char

A short Telco, and one Lúva. Typically represents a nasal short.

single_ex: char

An extended Telco, and one Lúva. Not used in canonical sources.

double_ex: char

An extended Telco, and two Lúvar. Not used in canonical sources.

Trait Implementations

impl Clone for Tema[src]

Auto Trait Implementations

impl RefUnwindSafe for Tema

impl Send for Tema

impl Sync for Tema

impl Unpin for Tema

impl UnwindSafe for Tema

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.