Struct pdf::Operation [] [src]

pub struct Operation {
    pub operator: String,
    pub operands: Vec<Object>,
}

Operation in a PDF content stream.

Fields

Methods

impl Operation
[src]

Trait Implementations

impl Debug for Operation
[src]

Formats the value using the given formatter.

impl Clone for Operation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Operation
[src]

Formats the value using the given formatter.