Enum cairo::Content [−][src]
#[repr(C)]pub enum Content { Color, Alpha, ColorAlpha, }
Variants
ColorAlphaColorAlpha
Trait Implementations
impl<'a> FromValue<'a> for Content[src]
impl<'a> FromValue<'a> for Contentunsafe fn from_value(value: &Value) -> Content[src]
unsafe fn from_value(value: &Value) -> Contentimpl StaticType for Content[src]
impl StaticType for Contentfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for Content[src]
impl<'a> FromValueOptional<'a> for Contentunsafe fn from_value_optional(value: &Value) -> Option<Content>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Content>impl PartialEq<Content> for Content[src]
impl PartialEq<Content> for Contentfn eq(&self, other: &Content) -> bool[src]
fn eq(&self, other: &Content) -> 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 Content[src]
impl SetValue for Contentimpl Clone for Content[src]
impl Clone for Contentfn clone(&self) -> Content[src]
fn clone(&self) -> ContentReturns 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<Content> for Content[src]
impl PartialOrd<Content> for Contentfn partial_cmp(&self, other: &Content) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Content) -> 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 Content[src]
impl Copy for Contentimpl Debug for Content[src]
impl Debug for Content