Struct harfbuzz_rs::Language[][src]

pub struct Language(pub hb_language_t);

Trait Implementations

impl Default for Language
[src]

Returns the "default value" for a type. Read more

impl Debug for Language
[src]

Formats the value using the given formatter. Read more

impl Display for Language
[src]

Formats the value using the given formatter. Read more

impl FromStr for Language
[src]

The associated error which can be returned from parsing.

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

Auto Trait Implementations

impl !Send for Language

impl !Sync for Language