Enum prototty_elements::CanvasError [] [src]

pub enum CanvasError {
    DifferentBufferSizes {
        current: Vector2<u16>,
        new: Vector2<u16>,
    },
}

Variants

Fields of DifferentBufferSizes

Trait Implementations

impl Debug for CanvasError
[src]

[src]

Formats the value using the given formatter.

impl Clone for CanvasError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CanvasError
[src]