Enum cairo::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 StaticType for SurfaceType
[src]
impl StaticType for SurfaceType
fn static_type() -> Type
[src]
fn static_type() -> Type
Returns the type identifier of Self
.
impl<'a> FromValue<'a> for SurfaceType
[src]
impl<'a> FromValue<'a> for SurfaceType
unsafe fn from_value(value: &Value) -> SurfaceType
[src]
unsafe fn from_value(value: &Value) -> SurfaceType
impl Clone for SurfaceType
[src]
impl Clone for SurfaceType
fn clone(&self) -> SurfaceType
[src]
fn clone(&self) -> SurfaceType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for SurfaceType
[src]
impl Debug for SurfaceType
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl<'a> FromValueOptional<'a> for SurfaceType
[src]
impl<'a> FromValueOptional<'a> for SurfaceType
unsafe fn from_value_optional(value: &Value) -> Option<SurfaceType>
[src]
unsafe fn from_value_optional(value: &Value) -> Option<SurfaceType>
impl SetValue for SurfaceType
[src]
impl SetValue for SurfaceType
unsafe fn set_value(value: &mut Value, this: &SurfaceType)
[src]
unsafe fn set_value(value: &mut Value, this: &SurfaceType)
impl Copy for SurfaceType
[src]
impl Copy for SurfaceType
impl Eq for SurfaceType
[src]
impl Eq for SurfaceType
impl PartialEq<SurfaceType> for SurfaceType
[src]
impl PartialEq<SurfaceType> for SurfaceType
Auto Trait Implementations
impl Send for SurfaceType
impl Send for SurfaceType
impl Sync for SurfaceType
impl Sync for SurfaceType