Struct cairo::ImageSurface[][src]

pub struct ImageSurface(_);

Methods

impl ImageSurface
[src]

Methods from Deref<Target = Surface>

Trait Implementations

impl Debug for ImageSurface
[src]

Formats the value using the given formatter. Read more

impl<'a> ToGlibPtr<'a, *mut cairo_surface_t> for ImageSurface
[src]

Transfer: none. Read more

Transfer: full. Read more

Transfer: container. Read more

impl FromGlibPtrNone<*mut cairo_surface_t> for ImageSurface
[src]

impl FromGlibPtrBorrow<*mut cairo_surface_t> for ImageSurface
[src]

impl FromGlibPtrFull<*mut cairo_surface_t> for ImageSurface
[src]

impl StaticType for ImageSurface
[src]

Returns the type identifier of Self.

impl<'a> FromValueOptional<'a> for ImageSurface
[src]

impl SetValue for ImageSurface
[src]

impl SetValueOptional for ImageSurface
[src]

impl AsRef<Surface> for ImageSurface
[src]

Performs the conversion.

impl Deref for ImageSurface
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Clone for ImageSurface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Send for ImageSurface
[src]

Auto Trait Implementations

impl !Sync for ImageSurface