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

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

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

Variants

Trait Implementations

impl Debug for TargetRenderError
[src]

Formats the value using the given formatter. Read more

impl Display for TargetRenderError
[src]

Formats the value using the given formatter. Read more

impl Error for TargetRenderError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations