Enum cairo::FillRule []

#[repr(C)]
pub enum FillRule { Winding, EvenOdd, }

Variants

Trait Implementations

impl PartialEq<FillRule> for FillRule

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

This method tests for !=.

impl PartialOrd<FillRule> for FillRule

impl Copy for FillRule

impl Clone for FillRule

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FillRule

Formats the value using the given formatter.