Struct lopdf::content::Content [] [src]

pub struct Content {
    pub operations: Vec<Operation>,
}

Fields

Methods

impl Content
[src]

Encode content operations.

Trait Implementations

impl Debug for Content
[src]

Formats the value using the given formatter.

impl Clone for Content
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more