Enum gfx_glyph::GlyphGroup [] [src]

pub enum GlyphGroup {
    Character,
    Word,
}

Built-in GlyphGrouper implementations

Variants

No glyph grouping

Groups glyphs into [alphanumeric, ', _, .] words

Trait Implementations

impl Debug for GlyphGroup
[src]

Formats the value using the given formatter.

impl Clone for GlyphGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GlyphGroup
[src]

impl PartialEq for GlyphGroup
[src]

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

This method tests for !=.

impl Eq for GlyphGroup
[src]

impl Hash for GlyphGroup
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl GlyphGrouper for GlyphGroup
[src]

Returns if the input character is considered a separator