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

pub enum FormType {
    Type1,
}

Variants

The only form type ever declared by Adobe

Trait Implementations

impl Debug for FormType
[src]

Formats the value using the given formatter. Read more

impl Copy for FormType
[src]

impl Clone for FormType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Into<i64> for FormType
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for FormType

impl Sync for FormType