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]
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 Copy for SurfaceType
[src]
impl Copy for SurfaceType
impl Debug for SurfaceType
[src]
impl Debug for SurfaceType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for SurfaceType
[src]
impl PartialEq for SurfaceType
fn eq(&self, other: &SurfaceType) -> bool
[src]
fn eq(&self, other: &SurfaceType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for SurfaceType
[src]
impl Eq for SurfaceType
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> FromValueOptional<'a> for SurfaceType
[src]
impl<'a> FromValueOptional<'a> for SurfaceType
unsafe fn from_value_optional(value: &Value) -> Option<Self>
[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>
impl<'a> FromValue<'a> for SurfaceType
[src]
impl<'a> FromValue<'a> for SurfaceType
unsafe fn from_value(value: &Value) -> Self
[src]
unsafe fn from_value(value: &Value) -> Self
impl SetValue for SurfaceType
[src]
impl SetValue for SurfaceType
Auto Trait Implementations
impl Send for SurfaceType
impl Send for SurfaceType
impl Sync for SurfaceType
impl Sync for SurfaceType