Enum ringraphics::path::LineCap[][src]

pub enum LineCap {
    Square,
    Triangular,
}

Variants

Trait Implementations

impl Copy for LineCap
[src]

impl Clone for LineCap
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LineCap
[src]

impl PartialEq for LineCap
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for LineCap

impl Sync for LineCap