pub struct RunBrokenLine {
pub chars: Vec<StyledChar>,
pub char_positions: Vec<f64>,
pub width: f64,
}Expand description
A line of text from multi-style (runs) line breaking.
Fields§
§chars: Vec<StyledChar>§char_positions: Vec<f64>§width: f64Trait Implementations§
Source§impl Clone for RunBrokenLine
impl Clone for RunBrokenLine
Source§fn clone(&self) -> RunBrokenLine
fn clone(&self) -> RunBrokenLine
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RunBrokenLine
impl RefUnwindSafe for RunBrokenLine
impl Send for RunBrokenLine
impl Sync for RunBrokenLine
impl Unpin for RunBrokenLine
impl UnsafeUnpin for RunBrokenLine
impl UnwindSafe for RunBrokenLine
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more