pub struct LayoutEngine {
pub stats: LayoutStats,
/* private fields */
}Expand description
The incremental layout engine.
Fields§
§stats: LayoutStatsStatistics from the last frame.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LayoutEngine
impl !RefUnwindSafe for LayoutEngine
impl !Send for LayoutEngine
impl !Sync for LayoutEngine
impl Unpin for LayoutEngine
impl !UnwindSafe for LayoutEngine
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