pub enum AtlasInsertError {
Full,
GlyphTooLarge,
}
Expand description
Error that can happen when inserting a texture to the Atlas.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for AtlasInsertError
impl Send for AtlasInsertError
impl Sync for AtlasInsertError
impl Unpin for AtlasInsertError
impl UnwindSafe for AtlasInsertError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more