Enum cairo::enums::HintStyle [−][src]
#[repr(C)]pub enum HintStyle { Default, None, Slight, Medium, Full, }
Variants
DefaultNoneSlightMediumFull
Trait Implementations
impl<'a> FromValue<'a> for HintStyle[src]
impl<'a> FromValue<'a> for HintStyleunsafe fn from_value(value: &Value) -> HintStyle[src]
unsafe fn from_value(value: &Value) -> HintStyleimpl StaticType for HintStyle[src]
impl StaticType for HintStylefn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for HintStyle[src]
impl<'a> FromValueOptional<'a> for HintStyleunsafe fn from_value_optional(value: &Value) -> Option<HintStyle>[src]
unsafe fn from_value_optional(value: &Value) -> Option<HintStyle>impl PartialEq<HintStyle> for HintStyle[src]
impl PartialEq<HintStyle> for HintStylefn eq(&self, other: &HintStyle) -> bool[src]
fn eq(&self, other: &HintStyle) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl SetValue for HintStyle[src]
impl SetValue for HintStyleimpl Clone for HintStyle[src]
impl Clone for HintStylefn clone(&self) -> HintStyle[src]
fn clone(&self) -> HintStyleReturns 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 PartialOrd<HintStyle> for HintStyle[src]
impl PartialOrd<HintStyle> for HintStylefn partial_cmp(&self, other: &HintStyle) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &HintStyle) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
#[must_use]
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
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
#[must_use]
fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
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
#[must_use]
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
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
#[must_use]
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
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 Copy for HintStyle[src]
impl Copy for HintStyleimpl Debug for HintStyle[src]
impl Debug for HintStyle