Struct safe_app::App[][src]

pub struct App { /* fields omitted */ }

Handle to an application instance.

Methods

impl App
[src]

Send a message to app's event loop.

Create unregistered app.

Create registered app.

Trait Implementations

impl Drop for App
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for App

impl Sync for App