Enum cairo::Filter [] [src]

#[repr(C)]
pub enum Filter { Fast, Good, Best, Nearest, Bilinear, Gaussian, }

Variants

Trait Implementations

impl PartialOrd<Filter> for Filter
[src]

impl Copy for Filter
[src]

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

Formats the value using the given formatter.

impl Clone for Filter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more