Struct harfbuzz::Language [−][src]
pub struct Language { /* fields omitted */ }
Implementations
impl Language
[src]
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 PartialOrd<Language> for Language
[src]
impl PartialOrd<Language> for Language
[src]fn partial_cmp(&self, other: &Language) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool