Enum conrod::widget::primitive::line::Cap [] [src]

pub enum Cap {
    Flat,
    Round,
}

Whether the end of the Line should be flat or rounded.

Variants

The line is capped with a flat edge.

The line is capped with a semi-circle.

Trait Implementations

impl Copy for Cap
[src]

impl Clone for Cap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Cap
[src]

Formats the value using the given formatter.

impl PartialEq for Cap
[src]

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

This method tests for !=.