Struct cairo::PDFSurface [] [src]

pub struct PDFSurface(_);

Methods

impl PDFSurface
[src]

[src]

[src]

Methods from Deref<Target = Surface>

[src]

[src]

Trait Implementations

impl AsRef<Surface> for PDFSurface
[src]

[src]

Performs the conversion.

impl Deref for PDFSurface
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl Clone for PDFSurface
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Send for PDFSurface
[src]

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

[src]

Transfer: none. Read more

[src]

Transfer: container. Read more

[src]

Transfer: full. 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]

Auto Trait Implementations

impl !Sync for PDFSurface