Enum cairo::FillRule [−][src]
#[repr(C)]pub enum FillRule { Winding, EvenOdd, }
Variants
WindingEvenOdd
Trait Implementations
impl<'a> FromValue<'a> for FillRule[src]
impl<'a> FromValue<'a> for FillRuleunsafe fn from_value(value: &Value) -> FillRule[src]
unsafe fn from_value(value: &Value) -> FillRuleimpl StaticType for FillRule[src]
impl StaticType for FillRulefn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for FillRule[src]
impl<'a> FromValueOptional<'a> for FillRuleunsafe fn from_value_optional(value: &Value) -> Option<FillRule>[src]
unsafe fn from_value_optional(value: &Value) -> Option<FillRule>impl PartialEq<FillRule> for FillRule[src]
impl PartialEq<FillRule> for FillRulefn eq(&self, other: &FillRule) -> bool[src]
fn eq(&self, other: &FillRule) -> 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 FillRule[src]
impl SetValue for FillRuleimpl Clone for FillRule[src]
impl Clone for FillRulefn clone(&self) -> FillRule[src]
fn clone(&self) -> FillRuleReturns 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<FillRule> for FillRule[src]
impl PartialOrd<FillRule> for FillRulefn partial_cmp(&self, other: &FillRule) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &FillRule) -> 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 FillRule[src]
impl Copy for FillRuleimpl Debug for FillRule[src]
impl Debug for FillRule