Enum sdl2::render::TargetRenderError [] [src]

pub enum TargetRenderError {
    SdlError(SdlError),
    NotSupported,
}

Possible errors returned by targetting a Canvas to render to a Texture

Variants

Trait Implementations

impl Debug for TargetRenderError
[src]

Formats the value using the given formatter.

impl Display for TargetRenderError
[src]

Formats the value using the given formatter. Read more

impl Error for TargetRenderError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more