Enum cairo::LineCap [−][src]
#[repr(C)]pub enum LineCap { Butt, Round, Square, }
Variants
ButtRoundSquare
Trait Implementations
impl<'a> FromValue<'a> for LineCap[src]
impl<'a> FromValue<'a> for LineCapunsafe fn from_value(value: &Value) -> LineCap[src]
unsafe fn from_value(value: &Value) -> LineCapimpl StaticType for LineCap[src]
impl StaticType for LineCapfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for LineCap[src]
impl<'a> FromValueOptional<'a> for LineCapunsafe fn from_value_optional(value: &Value) -> Option<LineCap>[src]
unsafe fn from_value_optional(value: &Value) -> Option<LineCap>impl PartialEq<LineCap> for LineCap[src]
impl PartialEq<LineCap> for LineCapfn eq(&self, other: &LineCap) -> bool[src]
fn eq(&self, other: &LineCap) -> 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 LineCap[src]
impl SetValue for LineCapimpl Clone for LineCap[src]
impl Clone for LineCapfn clone(&self) -> LineCap[src]
fn clone(&self) -> LineCapReturns 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<LineCap> for LineCap[src]
impl PartialOrd<LineCap> for LineCapfn partial_cmp(&self, other: &LineCap) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &LineCap) -> 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 LineCap[src]
impl Copy for LineCapimpl Debug for LineCap[src]
impl Debug for LineCap