Enum limn_text_layout::Wrap
[−]
[src]
pub enum Wrap { NoWrap, Character, Whitespace, }
The way in which text should wrap around the width.
Variants
NoWrap
Character
Wrap at the first character that exceeds the width.
Whitespace
Wrap at the first word that exceeds the width.
Trait Implementations
impl Copy for Wrap
[src]
impl Clone for Wrap
[src]
fn clone(&self) -> Wrap
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for Wrap
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for Wrap
[src]
fn eq(&self, __arg_0: &Wrap) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.