Enum cairo_sys::enums::SurfaceType [] [src]

#[repr(C)]
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 Clone for SurfaceType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for SurfaceType
[src]

impl Debug for SurfaceType
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for SurfaceType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for SurfaceType
[src]

Auto Trait Implementations

impl Send for SurfaceType

impl Sync for SurfaceType