Enum bgfx::RenderFrame [] [src]

pub enum RenderFrame {
    NoContext,
    Render,
    Exiting,
}

render_frame() results.

Variants

NoContext

No context is available. This usually means the main thread has exited.

Render

The render was performed.

Exiting

The renderer is exiting.

Trait Implementations

Derived Implementations

impl Clone for RenderFrame

fn clone(&self) -> RenderFrame

fn clone_from(&mut self, source: &Self)

impl Copy for RenderFrame

impl Debug for RenderFrame

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Eq for RenderFrame

impl PartialEq for RenderFrame

fn eq(&self, __arg_0: &RenderFrame) -> bool

fn ne(&self, __arg_0: &RenderFrame) -> bool