struct Entry {
last_used: AtomicU64,
source_size: Vec2,
handle: TextureHandle,
}
Fields§
§last_used: AtomicU64
§source_size: Vec2
Size of the original SVG, if any, or the texel size of the image if not an SVG.
handle: TextureHandle
Auto Trait Implementations§
impl !Freeze for Entry
impl !RefUnwindSafe for Entry
impl Send for Entry
impl Sync for Entry
impl Unpin for Entry
impl !UnwindSafe for Entry
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