Struct gfx_glyph::StandardLineBreaker [] [src]

pub struct StandardLineBreaker;

LineBreaker that follows Unicode Standard Annex #14. That effectively means it wraps words in a way that should work for most cases.

Trait Implementations

impl Debug for StandardLineBreaker
[src]

Formats the value using the given formatter.

impl Clone for StandardLineBreaker
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StandardLineBreaker
[src]

impl PartialEq for StandardLineBreaker
[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 StandardLineBreaker
[src]

impl Hash for StandardLineBreaker
[src]

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

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

impl LineBreaker for StandardLineBreaker
[src]