Enum cairo::SurfaceType [] [src]

pub enum SurfaceType {
    Image,
    Pdf,
    Ps,
    Xlib,
    Xcb,
    Glitz,
    Quartz,
    Win32,
    BeOs,
    DirectFb,
    Svg,
    Os2,
    Win32Printing,
    QuartzImage,
    Script,
    Qt,
    Recording,
    Vg,
    Gl,
    Drm,
    Tee,
    Xml,
    Skia,
    Subsurface,
    Cogl,
}

Variants

Trait Implementations

impl Debug for SurfaceType
[src]

[]

Formats the value using the given formatter.

impl Copy for SurfaceType
[src]

impl Clone for SurfaceType
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Eq for SurfaceType
[src]

impl PartialEq<SurfaceType> for SurfaceType
[src]

[]

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

[]

This method tests for !=.