Enum cairo::Content []

#[repr(C)]
pub enum Content { Color, Alpha, ColorAlpha, }

Variants

Trait Implementations

impl PartialEq<Content> for Content

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

This method tests for !=.

impl PartialOrd<Content> for Content

impl Copy for Content

impl Clone for Content

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Content

Formats the value using the given formatter.