Struct i_slint_core::graphics::LoadImageError
source · pub struct LoadImageError(_);Expand description
Error generated if an image cannot be loaded for any reasons.
Trait Implementations§
source§impl Debug for LoadImageError
impl Debug for LoadImageError
source§impl Default for LoadImageError
impl Default for LoadImageError
source§fn default() -> LoadImageError
fn default() -> LoadImageError
Returns the “default value” for a type. Read more
source§impl PartialEq<LoadImageError> for LoadImageError
impl PartialEq<LoadImageError> for LoadImageError
source§fn eq(&self, other: &LoadImageError) -> bool
fn eq(&self, other: &LoadImageError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.