[−][src]Struct pixel_widgets::sandbox::Sandbox
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: Loader> Sandbox<T, L>[src]
pub async fn new(model: T, loader: L, builder: WindowBuilder) -> Self[src]
Construct a new Sandbox
pub async fn run(__arg0: Self)[src]
Run the application
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> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Any for T where
T: Any,
T: Any,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> SetParameter for T
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
T: Parameter<Self>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,