Enum printpdf::types::plugins::graphics::xobject::GroupXObjectType[][src]

pub enum GroupXObjectType {
    TransparencyGroup,
}

Variants

Transparency group XObject

Trait Implementations

impl Debug for GroupXObjectType
[src]

Formats the value using the given formatter. Read more

impl Copy for GroupXObjectType
[src]

impl Clone for GroupXObjectType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations