[][src]Struct harfbuzz::Language

pub struct Language { /* fields omitted */ }

Implementations

impl Language[src]

pub fn from_string(lang: &str) -> Self[src]

pub fn to_string(&self) -> &str[src]

pub unsafe fn from_raw(raw: hb_language_t) -> Self[src]

pub fn as_raw(self) -> hb_language_t[src]

pub fn get_process_default() -> Self[src]

pub fn is_valid(self) -> bool[src]

Trait Implementations

impl Clone for Language[src]

impl Copy for Language[src]

impl Debug for Language[src]

impl PartialEq<Language> for Language[src]

impl PartialOrd<Language> for Language[src]

impl StructuralPartialEq for Language[src]

Auto Trait Implementations

impl RefUnwindSafe for Language

impl !Send for Language

impl !Sync for Language

impl Unpin for Language

impl UnwindSafe for Language

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.