Enum cairo::Operator [] [src]

#[repr(C)]
pub enum Operator { Clear, Source, Over, In, Out, Atop, Dest, DestOver, DestIn, DestOut, DestAtop, Xor, Add, Saturate, Multiply, Screen, Overlay, Darken, Lighten, ColorDodge, ColorBurn, HardLight, SoftLight, Difference, Exclusion, HslHue, HslSaturation, HslColor, HslLuminosity, }

Variants

Trait Implementations

impl PartialOrd<Operator> for Operator
[src]

impl Copy for Operator
[src]

impl PartialEq<Operator> for Operator
[src]

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

This method tests for !=.

impl Debug for Operator
[src]

Formats the value using the given formatter.

impl Clone for Operator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more