Enum printpdf::types::plugins::graphics::extgstate::BlendMode [] [src]

pub enum BlendMode {
    Seperable(SeperableBlendMode),
    NonSeperable(NonSeperableBlendMode),
}

Variants

Trait Implementations

impl Debug for BlendMode
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for BlendMode
[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 Copy for BlendMode
[src]

impl Clone for BlendMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Into<Object> for BlendMode
[src]

[src]

Performs the conversion.