Enum components::platform::core::TextureError
source · [−]#[non_exhaustive]
pub enum TextureError {
Size,
Format,
BadParameter,
Type,
}
Expand description
Error codes that can be thrown when allocating textures.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Size
Unsupported size
Format
Unsupported format
BadParameter
Type
A primitive texture type that is unsupported by the driver was used
Trait Implementations
sourceimpl Clone for TextureError
impl Clone for TextureError
sourcefn clone(&self) -> TextureError
fn clone(&self) -> TextureError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TextureError
impl Debug for TextureError
sourceimpl Display for TextureError
impl Display for TextureError
sourceimpl Hash for TextureError
impl Hash for TextureError
sourceimpl Ord for TextureError
impl Ord for TextureError
sourceimpl PartialEq<TextureError> for TextureError
impl PartialEq<TextureError> for TextureError
sourceimpl PartialOrd<TextureError> for TextureError
impl PartialOrd<TextureError> for TextureError
sourcefn partial_cmp(&self, other: &TextureError) -> Option<Ordering>
fn partial_cmp(&self, other: &TextureError) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for TextureError
impl Eq for TextureError
impl StructuralEq for TextureError
impl StructuralPartialEq for TextureError
Auto Trait Implementations
impl RefUnwindSafe for TextureError
impl Send for TextureError
impl Sync for TextureError
impl Unpin for TextureError
impl UnwindSafe for TextureError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Clamp<T> for T where
T: PartialOrd<T>,
impl<T> Clamp<T> for T where
T: PartialOrd<T>,
fn clamped(self, min: T, max: T) -> T
impl<'a, T, C, M> Inspect<'a, C, &'a C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a mut C, M> for T
impl<'a, T, C, M> Inspect<'a, C, &'a mut C, M> for T
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
impl<Fr, To> IntoColor<To> for Fr where
To: FromColor<Fr>,
fn into_color(self) -> To
fn into_color(self) -> To
Convert into color
impl<T> Pointable for T
impl<T> Pointable for T
impl<T> SetParameter for T
impl<T> SetParameter for T
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
T: Parameter<Self>,
Sets value
as a parameter of self
.