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
ImagePdfPsXlibXcbGlitzQuartzWin32BeOsDirectFbSvgOs2Win32PrintingQuartzImageScriptQtRecordingVgGlDrmTeeXmlSkiaSubsurfaceCogl
Trait Implementations
impl Eq for SurfaceType[src]
impl Eq for SurfaceTypeimpl<'a> FromValue<'a> for SurfaceType[src]
impl<'a> FromValue<'a> for SurfaceTypeunsafe fn from_value(value: &Value) -> SurfaceType[src]
unsafe fn from_value(value: &Value) -> SurfaceTypeimpl StaticType for SurfaceType[src]
impl StaticType for SurfaceTypefn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for SurfaceType[src]
impl<'a> FromValueOptional<'a> for SurfaceTypeunsafe fn from_value_optional(value: &Value) -> Option<SurfaceType>[src]
unsafe fn from_value_optional(value: &Value) -> Option<SurfaceType>impl PartialEq<SurfaceType> for SurfaceType[src]
impl PartialEq<SurfaceType> for SurfaceTypefn eq(&self, other: &SurfaceType) -> bool[src]
fn eq(&self, other: &SurfaceType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl SetValue for SurfaceType[src]
impl SetValue for SurfaceTypeunsafe fn set_value(value: &mut Value, this: &SurfaceType)[src]
unsafe fn set_value(value: &mut Value, this: &SurfaceType)impl Clone for SurfaceType[src]
impl Clone for SurfaceTypefn clone(&self) -> SurfaceType[src]
fn clone(&self) -> SurfaceTypeReturns 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 SurfaceTypeimpl Debug for SurfaceType[src]
impl Debug for SurfaceTypeAuto Trait Implementations
impl Send for SurfaceType
impl Send for SurfaceTypeimpl Sync for SurfaceType
impl Sync for SurfaceType