pub struct Images { /* private fields */ }Expand description
The initial image of every global in a module that a load can be answered out of.
Empty is the honest answer for a module with no such global and is also what a cache built
without one holds, which is why there is a Default here and none on crate::Machine. A
missing cost table is a pass optimizing for a machine nobody chose; a missing image is a load
that does not fold.
Implementations§
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