pub struct WidgetApp<W = (), H = (), R = ()> { /* private fields */ }Expand description
v0.1 application bootstrap for a single widget instance bound to one host and one renderer. The runtime is demand-driven and only redraws when widget code requests it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<W, H, R> Freeze for WidgetApp<W, H, R>
impl<W, H, R> RefUnwindSafe for WidgetApp<W, H, R>
impl<W, H, R> Send for WidgetApp<W, H, R>
impl<W, H, R> Sync for WidgetApp<W, H, R>
impl<W, H, R> Unpin for WidgetApp<W, H, R>
impl<W, H, R> UnsafeUnpin for WidgetApp<W, H, R>
impl<W, H, R> UnwindSafe for WidgetApp<W, H, R>
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