Struct ggez::graphics::CanvasGeneric [] [src]

pub struct CanvasGeneric<Spec> where
    Spec: BackendSpec
{ /* fields omitted */ }

A generic canvas independent of graphics backend. This type should probably never be used directly; use ggez::graphics::Canvas instead.

Trait Implementations

impl<Spec: Debug> Debug for CanvasGeneric<Spec> where
    Spec: BackendSpec,
    Spec::Resources: Debug
[src]

[src]

Formats the value using the given formatter.