Enum truetype::postscript::PostScript [] [src]

pub enum PostScript {
    Version10(Version10),
    Version20(Version20),
    Version30(Version30),
}

PostScript information.

Variants

Version10(Version10)

Version 1.0.

Version20(Version20)

Version 2.0.

Version30(Version30)

Version 3.0.

Trait Implementations

impl PartialEq for PostScript
[src]

fn eq(&self, __arg_0: &PostScript) -> bool

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

fn ne(&self, __arg_0: &PostScript) -> bool

This method tests for !=.

impl Eq for PostScript
[src]

impl Debug for PostScript
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for PostScript
[src]

fn clone(&self) -> PostScript

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Value for PostScript
[src]

fn read<T: Tape>(tape: &mut T) -> Result<Self>

Read a value.