Struct truetype::char_mapping::SequentialMappingGroup [] [src]

pub struct SequentialMappingGroup {
    pub start_char_code: u32,
    pub end_char_code: u32,
    pub start_glyph_id: u32,
}

A sequential mapping group.

Fields

Trait Implementations

impl Clone for SequentialMappingGroup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SequentialMappingGroup
[src]

[src]

Formats the value using the given formatter.

impl Value for SequentialMappingGroup
[src]

[src]

Read a value.