pub struct DynLayoutInner { /* private fields */ }
Expand description
A layout that lays out widgets This is the inner data shared between the callback and the application
Auto Trait Implementations§
impl Freeze for DynLayoutInner
impl RefUnwindSafe for DynLayoutInner
impl !Send for DynLayoutInner
impl !Sync for DynLayoutInner
impl Unpin for DynLayoutInner
impl UnwindSafe for DynLayoutInner
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