pub enum Wrapping {
None,
Char,
Word,
Ellipsis(f32),
}
Expand description
Determines when to emit a set of glyphs, which has roughly the effect of wrapping at these boundaries.
Variants
None
Char
Word
Ellipsis(f32)
Implementations
TODO(JP): Replace these with Wrapping::default() when https://github.com/rust-lang/rust/issues/67792 gets done
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Wrapping
impl UnwindSafe for Wrapping
Blanket Implementations
Mutably borrows from an owned value. Read more