Enum opentype::glyph_definition::Caret [] [src]

pub enum Caret {
    Format1(Caret1),
    Format2(Caret2),
    Format3(Caret3),
}

A ligature caret.

Variants

Format 1.

Format 2.

Format 3.

Trait Implementations

impl Clone for Caret
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Caret
[src]

Formats the value using the given formatter.

impl Value for Caret
[src]

Read a value.