Struct cairo::PDFSurface[][src]

pub struct PDFSurface(_);

Methods

impl PDFSurface
[src]

Methods from Deref<Target = Surface>

Trait Implementations

impl Debug for PDFSurface
[src]

Formats the value using the given formatter. Read more

impl AsRef<Surface> for PDFSurface
[src]

Performs the conversion.

impl Deref for PDFSurface
[src]

The resulting type after dereferencing.

Dereferences the value.

impl Clone for PDFSurface
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Send for PDFSurface
[src]

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

Transfer: none. Read more

Transfer: full. Read more

Transfer: container. Read more

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

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

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

impl StaticType for PDFSurface
[src]

Returns the type identifier of Self.

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

impl SetValue for PDFSurface
[src]

impl SetValueOptional for PDFSurface
[src]

Auto Trait Implementations

impl !Sync for PDFSurface