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

pub struct ExtendedGraphicsStateList { /* fields omitted */ }

List of many ExtendedGraphicsState

Methods

impl ExtendedGraphicsStateList
[src]

Creates a new ExtendedGraphicsStateList

Adds a graphics state

Trait Implementations

impl Debug for ExtendedGraphicsStateList
[src]

Formats the value using the given formatter. Read more

impl Clone for ExtendedGraphicsStateList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ExtendedGraphicsStateList
[src]

Returns the "default value" for a type. Read more

impl Into<Dictionary> for ExtendedGraphicsStateList
[src]

Performs the conversion.

Auto Trait Implementations