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
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
Trait Implementations
impl Clone for SurfaceType
[src]
fn clone(&self) -> SurfaceType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Copy for SurfaceType
[src]
impl Debug for SurfaceType
[src]
impl PartialEq for SurfaceType
[src]
fn eq(&self, __arg_0: &SurfaceType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.