Struct libremarkable::appctx::ApplicationContext [] [src]

pub struct ApplicationContext<'a> { /* fields omitted */ }

Methods

impl<'a> ApplicationContext<'a>
[src]

[src]

[src]

Perhaps this is bad practice but we know that the ApplicationContext, just like the Framebuffer will have a static lifetime. We are doing this so that we can have the event handlers call into the ApplicationContext.

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> Send for ApplicationContext<'a>
[src]

impl<'a> Sync for ApplicationContext<'a>
[src]