Struct limn_core::app::FrameEvent [] [src]

pub struct FrameEvent;

Event emitted after every frame is rendered.

To implement animation, add a handler for this event that calls args.ui.redraw() to draw a new frame.

Trait Implementations

impl Debug for FrameEvent
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for FrameEvent
[src]

impl Clone for FrameEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more