Enum sdl2::render::TargetRenderError
source · pub enum TargetRenderError {
SdlError(SdlError),
NotSupported,
}
Expand description
Possible errors returned by targeting a Canvas
to render to a Texture
Variants§
Trait Implementations§
source§impl Debug for TargetRenderError
impl Debug for TargetRenderError
source§impl Display for TargetRenderError
impl Display for TargetRenderError
source§impl Error for TargetRenderError
impl Error for TargetRenderError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
Auto Trait Implementations§
impl Freeze for TargetRenderError
impl RefUnwindSafe for TargetRenderError
impl Send for TargetRenderError
impl Sync for TargetRenderError
impl Unpin for TargetRenderError
impl UnwindSafe for TargetRenderError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more