Enum sdl2::render::TargetRenderError
[−]
[src]
pub enum TargetRenderError { SdlError(SdlError), NotSupported, }
Possible errors returned by targetting a Canvas
to render to a Texture
Variants
SdlError(SdlError)
NotSupported
Trait Implementations
impl Debug for TargetRenderError
[src]
impl Display for TargetRenderError
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more