pub struct SolvedUi {
pub solved_rects: NodeDataContainer<PositionedRectangle>,
}
Fields§
§solved_rects: NodeDataContainer<PositionedRectangle>
Implementations§
Source§impl SolvedUi
impl SolvedUi
pub fn new<T: GetStyle, U: GetTextLayout>( bounds: LayoutRect, node_hierarchy: &NodeHierarchy, display_rects: &NodeDataContainer<T>, rect_contents: &mut BTreeMap<NodeId, RectContent<U>>, node_depths: &NodeDepths, ) -> Self
Trait Implementations§
Source§impl PartialOrd for SolvedUi
impl PartialOrd for SolvedUi
impl StructuralPartialEq for SolvedUi
Auto Trait Implementations§
impl Freeze for SolvedUi
impl RefUnwindSafe for SolvedUi
impl Send for SolvedUi
impl Sync for SolvedUi
impl Unpin for SolvedUi
impl UnwindSafe for SolvedUi
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)