Enum cairo_sys::enums::SubpixelOrder [−][src]
#[repr(C)]pub enum SubpixelOrder { Default, Rgb, Bgr, Vrgb, Vbgr, }
Variants
DefaultRgbBgrVrgbVbgr
Trait Implementations
impl Clone for SubpixelOrder[src]
impl Clone for SubpixelOrderfn clone(&self) -> SubpixelOrder[src]
fn clone(&self) -> SubpixelOrderReturns 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)Performs copy-assignment from source. Read more
impl PartialEq for SubpixelOrder[src]
impl PartialEq for SubpixelOrderfn eq(&self, other: &SubpixelOrder) -> bool[src]
fn eq(&self, other: &SubpixelOrder) -> 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) -> boolThis method tests for !=.
impl PartialOrd for SubpixelOrder[src]
impl PartialOrd for SubpixelOrderfn partial_cmp(&self, other: &SubpixelOrder) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &SubpixelOrder) -> 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) -> boolThis 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) -> boolThis 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) -> boolThis 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) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Debug for SubpixelOrder[src]
impl Debug for SubpixelOrderfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for SubpixelOrder[src]
impl Copy for SubpixelOrderimpl StaticType for SubpixelOrder[src]
impl StaticType for SubpixelOrderfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for SubpixelOrder[src]
impl<'a> FromValueOptional<'a> for SubpixelOrderunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for SubpixelOrder[src]
impl<'a> FromValue<'a> for SubpixelOrderunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for SubpixelOrder[src]
impl SetValue for SubpixelOrderAuto Trait Implementations
impl Send for SubpixelOrder
impl Send for SubpixelOrderimpl Sync for SubpixelOrder
impl Sync for SubpixelOrder