pub struct PositionedRun {
pub shaped_run: ShapedRun,
pub x: f32,
pub decorations: RunDecorations,
}Fields§
§shaped_run: ShapedRun§x: f32X offset from the left edge of the content area.
decorations: RunDecorationsDecoration flags for this run.
Auto Trait Implementations§
impl Freeze for PositionedRun
impl RefUnwindSafe for PositionedRun
impl Send for PositionedRun
impl Sync for PositionedRun
impl Unpin for PositionedRun
impl UnsafeUnpin for PositionedRun
impl UnwindSafe for PositionedRun
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