Enum cairo::Antialias [] [src]

#[repr(C)]
pub enum Antialias { Default, None, Gray, Subpixel, Fast, Good, Best, }

Variants

Trait Implementations

impl PartialOrd<Antialias> for Antialias
[src]

impl Copy for Antialias
[src]

impl PartialEq<Antialias> for Antialias
[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 Antialias
[src]

Formats the value using the given formatter.

impl Clone for Antialias
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more