Struct sixtyfps_corelib::graphics::LoadImageError [−][src]
pub struct LoadImageError(_);
Expand description
Error generated if an image cannot be loaded for any reasons.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LoadImageError
impl Send for LoadImageError
impl Sync for LoadImageError
impl Unpin for LoadImageError
impl UnwindSafe for LoadImageError