Struct printpdf::types::pdf_layer::PdfLayer [] [src]

pub struct PdfLayer { /* fields omitted */ }

One layer of PDF data

Methods

impl PdfLayer
[src]

[src]

Create a new layer, with a name and what index the layer has in the page

Trait Implementations

impl Debug for PdfLayer
[src]

[src]

Formats the value using the given formatter.

impl Clone for PdfLayer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<Stream> for PdfLayer
[src]

[src]

Performs the conversion.