struct Run<'a> {
text: &'a str,
font: &'a Font,
color: Color,
}Expand description
What every text mark carries: the run, its face at screen size, its ink.
Fields§
§text: &'a str§font: &'a Font§color: ColorTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Run<'a>
impl<'a> RefUnwindSafe for Run<'a>
impl<'a> Send for Run<'a>
impl<'a> Sync for Run<'a>
impl<'a> Unpin for Run<'a>
impl<'a> UnsafeUnpin for Run<'a>
impl<'a> UnwindSafe for Run<'a>
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