pub struct LineBox {
pub baseline: FixedPoint,
pub height: FixedPoint,
pub width: FixedPoint,
pub x: FixedPoint,
pub y: FixedPoint,
pub fragments: Vec<InlineFragment>,
}Expand description
A line box containing inline fragments
Fields§
§baseline: FixedPoint§height: FixedPoint§width: FixedPoint§x: FixedPoint§y: FixedPoint§fragments: Vec<InlineFragment>Trait Implementations§
Auto Trait Implementations§
impl Freeze for LineBox
impl RefUnwindSafe for LineBox
impl Send for LineBox
impl Sync for LineBox
impl Unpin for LineBox
impl UnwindSafe for LineBox
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)