pub struct TreemapLayout { /* private fields */ }Expand description
The complete layout result.
Implementations§
Source§impl TreemapLayout
impl TreemapLayout
Sourcepub fn entries(&self) -> &[LayoutEntry]
pub fn entries(&self) -> &[LayoutEntry]
Get all entries.
Auto Trait Implementations§
impl Freeze for TreemapLayout
impl RefUnwindSafe for TreemapLayout
impl Send for TreemapLayout
impl Sync for TreemapLayout
impl Unpin for TreemapLayout
impl UnsafeUnpin for TreemapLayout
impl UnwindSafe for TreemapLayout
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