Enum cairo::LineJoin []

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

Variants

Trait Implementations

impl PartialEq<LineJoin> for LineJoin

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

This method tests for !=.

impl PartialOrd<LineJoin> for LineJoin

impl Copy for LineJoin

impl Clone for LineJoin

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LineJoin

Formats the value using the given formatter.