Enum cairo::Content [] [src]

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

Variants

Trait Implementations

impl PartialOrd<Content> for Content
[src]

impl Copy for Content
[src]

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

Formats the value using the given formatter.

impl Clone for Content
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more