Enum cairo::enums::LineCap [−][src]
#[repr(C)]pub enum LineCap { Butt, Round, Square, }
Variants
Butt
Round
Square
Trait Implementations
impl PartialOrd<LineCap> for LineCap
[src]
impl PartialOrd<LineCap> for LineCap
fn 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
fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
fn lt(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, other: &Rhs) -> bool
1.0.0[src]
fn le(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
fn gt(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
fn ge(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl StaticType for LineCap
[src]
impl StaticType for LineCap
fn static_type() -> Type
[src]
fn static_type() -> Type
Returns the type identifier of Self
.
impl<'a> FromValue<'a> for LineCap
[src]
impl<'a> FromValue<'a> for LineCap
unsafe fn from_value(value: &Value) -> LineCap
[src]
unsafe fn from_value(value: &Value) -> LineCap
impl Clone for LineCap
[src]
impl Clone for LineCap
fn clone(&self) -> LineCap
[src]
fn clone(&self) -> LineCap
Returns 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 Debug for LineCap
[src]
impl Debug for LineCap
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl<'a> FromValueOptional<'a> for LineCap
[src]
impl<'a> FromValueOptional<'a> for LineCap
unsafe fn from_value_optional(value: &Value) -> Option<LineCap>
[src]
unsafe fn from_value_optional(value: &Value) -> Option<LineCap>
impl SetValue for LineCap
[src]
impl SetValue for LineCap
impl Copy for LineCap
[src]
impl Copy for LineCap
impl PartialEq<LineCap> for LineCap
[src]
impl PartialEq<LineCap> for LineCap