Enum postscript::type2::Operator [] [src]

pub enum Operator {
    HStem,
    VStem,
    VMoveTo,
    RLineTo,
    HLineTo,
    VLineTo,
    RRCurveTo,
    CallSubr,
    Return,
    EndChar,
    HStemHM,
    HintMask,
    CntrMask,
    RMoveTo,
    HMoveTo,
    VStemHM,
    RCurveLine,
    RLineCurve,
    VVCurveTo,
    HHCurveTo,
    CallGSubr,
    VHCurveTo,
    HVCurveTo,
    And,
    Or,
    Not,
    Abs,
    Add,
    Sub,
    Div,
    Neg,
    Eq,
    Drop,
    Put,
    Get,
    IfElse,
    Random,
    Mul,
    Sqrt,
    Dup,
    Exch,
    Index,
    Roll,
    HFlex,
    Flex,
    HFlex1,
    Flex1,
}

An operator.

Variants

Trait Implementations

impl Clone for Operator
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Operator
[src]

impl Debug for Operator
[src]

[src]

Formats the value using the given formatter.

impl Eq for Operator
[src]

impl PartialEq for Operator
[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 !=.