Enum nom_hpgl::AdvancedText [] [src]

pub enum AdvancedText {
    LabelMode {
        mode: bool,
        row_number: u8,
    },
}

Variants

Fields of LabelMode

Trait Implementations

impl Debug for AdvancedText
[src]

[src]

Formats the value using the given formatter.

impl Clone for AdvancedText
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for AdvancedText
[src]

[src]

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

[src]

This method tests for !=.