pub struct LayoutContainer {
pub layout: RefCell<Box<dyn Layout>>,
/* private fields */
}Expand description
This is a container object that stores a Layout object, and its ID.
Fields§
§layout: RefCell<Box<dyn Layout>>Implementations§
Auto Trait Implementations§
impl !Freeze for LayoutContainer
impl !RefUnwindSafe for LayoutContainer
impl !Send for LayoutContainer
impl !Sync for LayoutContainer
impl Unpin for LayoutContainer
impl UnsafeUnpin for LayoutContainer
impl !UnwindSafe for LayoutContainer
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