Struct slint::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
ยงfn default() -> LoadImageError
fn default() -> LoadImageError
Returns the โdefault valueโ for a type. Read more
ยงimpl PartialEq<LoadImageError> for LoadImageError
impl PartialEq<LoadImageError> for LoadImageError
ยงfn eq(&self, other: &LoadImageError) -> bool
fn eq(&self, other: &LoadImageError) -> bool
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
Blanket Implementationsยง
sourceยงimpl<T> Instrument for T
impl<T> Instrument for T
sourceยงfn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourceยงfn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
ยงimpl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
ยงfn null_value() -> T
fn null_value() -> T
The none-equivalent value.
ยงimpl<T> Pointable for T
impl<T> Pointable for T
sourceยงimpl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
impl<R, P> ReadPrimitive<R> for Pwhere
R: Read + ReadEndian<P>,
P: Default,
sourceยงfn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian()
.