Enum cairo::enums::SubpixelOrder [] [src]

#[repr(C)]
pub enum SubpixelOrder { Default, Rgb, Bgr, Vrgb, Vbgr, }

Variants

Trait Implementations

impl PartialOrd<SubpixelOrder> for SubpixelOrder
[src]

impl Copy for SubpixelOrder
[src]

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

Formats the value using the given formatter.

impl Clone for SubpixelOrder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more