Struct cairo::ImageSurface [] [src]

pub struct ImageSurface(_);

Methods

impl ImageSurface
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Methods from Deref<Target = Surface>

[src]

[src]

Trait Implementations

impl Debug for ImageSurface
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Transfer: none. Read more

[src]

Transfer: container. Read more

[src]

Transfer: full. 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 AsRef<Surface> for ImageSurface
[src]

[src]

Performs the conversion.

impl Deref for ImageSurface
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl Clone for ImageSurface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Send for ImageSurface
[src]

Auto Trait Implementations

impl !Sync for ImageSurface