Enum postscript::compact1::encoding::Encoding [] [src]

pub enum Encoding {
    Standard,
    Expert,
}

An encoding.

Variants

Methods

impl Encoding
[src]

[src]

Return the string identifier of a glyph.

Trait Implementations

impl Clone for Encoding
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Encoding
[src]

impl Debug for Encoding
[src]

[src]

Formats the value using the given formatter.

impl Eq for Encoding
[src]

impl PartialEq for Encoding
[src]

[src]

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

1.0.0
[src]

This method tests for !=.