Struct printpdf::types::plugins::graphics::extgstate::ExtendedGraphicsState [] [src]

pub struct ExtendedGraphicsState { /* fields omitted */ }

ExtGState dictionary

Trait Implementations

impl Debug for ExtendedGraphicsState
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ExtendedGraphicsState
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Clone for ExtendedGraphicsState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ExtendedGraphicsState
[src]

[src]

Creates a default ExtGState dictionary. Useful for resetting

impl Into<Object> for ExtendedGraphicsState
[src]

[src]

Compares the current graphics state with the previous one and returns an "optimized" graphics state, meaning only the fields that have changed in comparison to the previous one are returned.