Enum cairo::LineCap []

#[repr(C)]
pub enum LineCap { Butt, Round, Square, }

Variants

Trait Implementations

impl PartialEq<LineCap> for LineCap

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

This method tests for !=.

impl PartialOrd<LineCap> for LineCap

impl Copy for LineCap

impl Clone for LineCap

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LineCap

Formats the value using the given formatter.