Enum cairo::enums::LineJoin [] [src]

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

Variants

Trait Implementations

impl Copy for LineJoin
[src]

impl Clone for LineJoin
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<LineJoin> for LineJoin
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for LineJoin
[src]

[src]

Formats the value using the given formatter.

impl PartialOrd<LineJoin> for LineJoin
[src]

[src]