pub struct GlTextureCache {
pub solved_textures: BTreeMap<DomId, BTreeMap<NodeId, (ImageKey, ImageDescriptor)>>,
}
Fields§
§solved_textures: BTreeMap<DomId, BTreeMap<NodeId, (ImageKey, ImageDescriptor)>>
Trait Implementations§
Source§impl Default for GlTextureCache
impl Default for GlTextureCache
Source§fn default() -> GlTextureCache
fn default() -> GlTextureCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GlTextureCache
impl RefUnwindSafe for GlTextureCache
impl Send for GlTextureCache
impl Sync for GlTextureCache
impl Unpin for GlTextureCache
impl UnwindSafe for GlTextureCache
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