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.
Trait Implementations§
Source§impl Clone for PositionedRun
impl Clone for PositionedRun
Source§fn clone(&self) -> PositionedRun
fn clone(&self) -> PositionedRun
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 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