Enum cairo::enums::TextClusterFlags [−][src]
#[repr(C)]pub enum TextClusterFlags { None, Backward, }
Variants
NoneBackward
Trait Implementations
impl<'a> FromValue<'a> for TextClusterFlags[src]
impl<'a> FromValue<'a> for TextClusterFlagsunsafe fn from_value(value: &Value) -> TextClusterFlags[src]
unsafe fn from_value(value: &Value) -> TextClusterFlagsimpl StaticType for TextClusterFlags[src]
impl StaticType for TextClusterFlagsfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for TextClusterFlags[src]
impl<'a> FromValueOptional<'a> for TextClusterFlagsunsafe fn from_value_optional(value: &Value) -> Option<TextClusterFlags>[src]
unsafe fn from_value_optional(value: &Value) -> Option<TextClusterFlags>impl PartialEq<TextClusterFlags> for TextClusterFlags[src]
impl PartialEq<TextClusterFlags> for TextClusterFlagsfn eq(&self, other: &TextClusterFlags) -> bool[src]
fn eq(&self, other: &TextClusterFlags) -> 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 TextClusterFlags[src]
impl SetValue for TextClusterFlagsunsafe fn set_value(value: &mut Value, this: &TextClusterFlags)[src]
unsafe fn set_value(value: &mut Value, this: &TextClusterFlags)impl Clone for TextClusterFlags[src]
impl Clone for TextClusterFlagsfn clone(&self) -> TextClusterFlags[src]
fn clone(&self) -> TextClusterFlagsReturns 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<TextClusterFlags> for TextClusterFlags[src]
impl PartialOrd<TextClusterFlags> for TextClusterFlagsfn partial_cmp(&self, other: &TextClusterFlags) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &TextClusterFlags) -> 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 TextClusterFlags[src]
impl Copy for TextClusterFlagsimpl Debug for TextClusterFlags[src]
impl Debug for TextClusterFlagsAuto Trait Implementations
impl Send for TextClusterFlags
impl Send for TextClusterFlagsimpl Sync for TextClusterFlags
impl Sync for TextClusterFlags