Enum cairo::FontType [−][src]
#[repr(C)]pub enum FontType { FontTypeToy, FontTypeFt, FontTypeWin32, FontTypeQuartz, FontTypeUser, }
Variants
FontTypeToyFontTypeFtFontTypeWin32FontTypeQuartzFontTypeUser
Trait Implementations
impl PartialOrd<FontType> for FontType[src]
impl PartialOrd<FontType> for FontTypefn partial_cmp(&self, other: &FontType) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &FontType) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
fn lt(&self, other: &Rhs) -> bool1.0.0
[src]This method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Rhs) -> bool1.0.0[src]
fn le(&self, other: &Rhs) -> bool1.0.0
[src]This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
fn gt(&self, other: &Rhs) -> bool1.0.0
[src]This method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
fn ge(&self, other: &Rhs) -> bool1.0.0
[src]This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl StaticType for FontType[src]
impl StaticType for FontTypefn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValue<'a> for FontType[src]
impl<'a> FromValue<'a> for FontTypeunsafe fn from_value(value: &Value) -> FontType[src]
unsafe fn from_value(value: &Value) -> FontTypeimpl Clone for FontType[src]
impl Clone for FontTypefn clone(&self) -> FontType[src]
fn clone(&self) -> FontTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for FontType[src]
impl Debug for FontTypefn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl<'a> FromValueOptional<'a> for FontType[src]
impl<'a> FromValueOptional<'a> for FontTypeunsafe fn from_value_optional(value: &Value) -> Option<FontType>[src]
unsafe fn from_value_optional(value: &Value) -> Option<FontType>impl SetValue for FontType[src]
impl SetValue for FontTypeimpl Copy for FontType[src]
impl Copy for FontTypeimpl PartialEq<FontType> for FontType[src]
impl PartialEq<FontType> for FontType