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
ImagePdfPsXlibXcbGlitzQuartzWin32BeOsDirectFbSvgOs2Win32PrintingQuartzImageScriptQtRecordingVgGlDrmTeeXmlSkiaSubsurfaceCogl
Trait Implementations
impl StaticType for SurfaceType[src]
impl StaticType for SurfaceTypefn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'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 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 Debug for SurfaceType[src]
impl Debug for SurfaceTypefn 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 SurfaceTypeunsafe 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 SurfaceTypeunsafe 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 SurfaceTypeimpl Eq for SurfaceType[src]
impl Eq for SurfaceTypeimpl PartialEq<SurfaceType> for SurfaceType[src]
impl PartialEq<SurfaceType> for SurfaceTypeAuto Trait Implementations
impl Send for SurfaceType
impl Send for SurfaceTypeimpl Sync for SurfaceType
impl Sync for SurfaceType