Struct pixel_widgets::sandbox::Sandbox [−][src]
pub struct Sandbox<M: 'static + Model, L: 'static + Loader> { pub ui: Ui<M, EventLoopProxy<Command<M::Message>>, L>, // some fields omitted }
Expand description
Sandbox for quick prototyping of pixel widgets applications
Fields
ui: Ui<M, EventLoopProxy<Command<M::Message>>, L>The Ui being used in the sandbox
Implementations
impl<T: 'static + Model, L: 'static + Loader> Sandbox<T, L>[src]
impl<T: 'static + Model, L: 'static + Loader> Sandbox<T, L>[src]pub async fn new(model: T, loader: L, builder: WindowBuilder) -> Self[src]
pub async fn new(model: T, loader: L, builder: WindowBuilder) -> Self[src]Construct a new Sandbox
Auto Trait Implementations
impl<M, L> !RefUnwindSafe for Sandbox<M, L>
impl<M, L> !Send for Sandbox<M, L>
impl<M, L> !Sync for Sandbox<M, L>
impl<M, L> Unpin for Sandbox<M, L>
impl<M, L> !UnwindSafe for Sandbox<M, L>
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Any for T where
T: Any,
T: Any,