Enum limn_text_layout::Wrap [] [src]

pub enum Wrap {
    NoWrap,
    Character,
    Whitespace,
}

The way in which text should wrap around the width.

Variants

Wrap at the first character that exceeds the width.

Wrap at the first word that exceeds the width.

Trait Implementations

impl Copy for Wrap
[src]

impl Clone for Wrap
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Wrap
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Wrap
[src]

[src]

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

1.0.0
[src]

This method tests for !=.