pub struct ImageCache {
pub map: HashMap<Uuid, RetainedImage>,
}Fields§
§map: HashMap<Uuid, RetainedImage>Implementations§
Trait Implementations§
Source§impl Default for ImageCache
impl Default for ImageCache
Source§fn default() -> ImageCache
fn default() -> ImageCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageCache
impl !RefUnwindSafe for ImageCache
impl Send for ImageCache
impl Sync for ImageCache
impl Unpin for ImageCache
impl !UnwindSafe for ImageCache
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