pub struct PlacedBox {
pub box_: LayoutBox,
pub x: f64,
pub baseline_y: f64,
}Fields§
§box_: LayoutBox§x: f64§baseline_y: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlacedBox
impl RefUnwindSafe for PlacedBox
impl Send for PlacedBox
impl Sync for PlacedBox
impl Unpin for PlacedBox
impl UnsafeUnpin for PlacedBox
impl UnwindSafe for PlacedBox
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