Enum cairo::enums::PathDataType [−][src]
#[repr(C)]pub enum PathDataType { MoveTo, LineTo, CurveTo, ClosePath, }
Variants
MoveToLineToCurveToClosePath
Trait Implementations
impl<'a> FromValue<'a> for PathDataType[src]
impl<'a> FromValue<'a> for PathDataTypeunsafe fn from_value(value: &Value) -> PathDataType[src]
unsafe fn from_value(value: &Value) -> PathDataTypeimpl StaticType for PathDataType[src]
impl StaticType for PathDataTypefn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for PathDataType[src]
impl<'a> FromValueOptional<'a> for PathDataTypeunsafe fn from_value_optional(value: &Value) -> Option<PathDataType>[src]
unsafe fn from_value_optional(value: &Value) -> Option<PathDataType>impl PartialEq<PathDataType> for PathDataType[src]
impl PartialEq<PathDataType> for PathDataTypefn eq(&self, other: &PathDataType) -> bool[src]
fn eq(&self, other: &PathDataType) -> 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 PathDataType[src]
impl SetValue for PathDataTypeunsafe fn set_value(value: &mut Value, this: &PathDataType)[src]
unsafe fn set_value(value: &mut Value, this: &PathDataType)impl Clone for PathDataType[src]
impl Clone for PathDataTypefn clone(&self) -> PathDataType[src]
fn clone(&self) -> PathDataTypeReturns 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<PathDataType> for PathDataType[src]
impl PartialOrd<PathDataType> for PathDataTypefn partial_cmp(&self, other: &PathDataType) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &PathDataType) -> 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 PathDataType[src]
impl Copy for PathDataTypeimpl Debug for PathDataType[src]
impl Debug for PathDataTypeAuto Trait Implementations
impl Send for PathDataType
impl Send for PathDataTypeimpl Sync for PathDataType
impl Sync for PathDataType