Enum cairo::LineJoin [] [src]

#[repr(C)]
pub enum LineJoin { Miter, Round, Bevel, }

Variants

Trait Implementations

impl PartialOrd<LineJoin> for LineJoin
[src]

impl Copy for LineJoin
[src]

impl PartialEq<LineJoin> for LineJoin
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for LineJoin
[src]

Formats the value using the given formatter.

impl Clone for LineJoin
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more