Struct sixtyfps::LoadImageError [−]
pub struct LoadImageError(_);
Expand description
Error generated if an image cannot be loaded for any reasons.
Trait Implementations
impl Debug for LoadImageError
impl Debug for LoadImageError
impl Default for LoadImageError
impl Default for LoadImageError
pub fn default() -> LoadImageError
pub fn default() -> LoadImageError
Returns the “default value” for a type. Read more
impl PartialEq<LoadImageError> for LoadImageError
impl PartialEq<LoadImageError> for LoadImageError
pub fn eq(&self, other: &LoadImageError) -> bool
pub fn eq(&self, other: &LoadImageError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
pub fn ne(&self, other: &LoadImageError) -> bool
pub fn ne(&self, other: &LoadImageError) -> bool
This method tests for !=
.
impl StructuralPartialEq for LoadImageError
Auto Trait Implementations
impl RefUnwindSafe for LoadImageError
impl Send for LoadImageError
impl Sync for LoadImageError
impl Unpin for LoadImageError
impl UnwindSafe for LoadImageError