Enum cairo::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 StaticType for SurfaceType
[src]

Returns the type identifier of Self.

impl<'a> FromValue<'a> for SurfaceType
[src]

impl Clone for SurfaceType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SurfaceType
[src]

Formats the value using the given formatter. Read more

impl<'a> FromValueOptional<'a> for SurfaceType
[src]

impl SetValue for SurfaceType
[src]

impl Copy for SurfaceType
[src]

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 !=.

Auto Trait Implementations

impl Send for SurfaceType

impl Sync for SurfaceType