pub struct Images(BTreeMap<AssetHash, Held>);Expand description
The artwork a display list may name, by the hash it names it under.
Tuple Fields§
§0: BTreeMap<AssetHash, Held>Implementations§
Source§impl Images
impl Images
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Images
impl !RefUnwindSafe for Images
impl !Send for Images
impl !Sync for Images
impl Unpin for Images
impl UnsafeUnpin for Images
impl !UnwindSafe for Images
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