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.

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

Transfer: none. Read more

Transfer: container. Read more

Transfer: full. Read more

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

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

impl AsRef<Surface> for ImageSurface
[src]

Performs the conversion.

impl Deref for ImageSurface
[src]

The resulting type after dereferencing

The method called to dereference a value

impl Clone for ImageSurface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more