pub struct LayoutMetadata {
pub root_area: Area,
}
Fields§
§root_area: Area
Auto Trait Implementations§
impl Freeze for LayoutMetadata
impl RefUnwindSafe for LayoutMetadata
impl Send for LayoutMetadata
impl Sync for LayoutMetadata
impl Unpin for LayoutMetadata
impl UnwindSafe for LayoutMetadata
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