Struct comfy_wgpu::LoadedImage
source · pub struct LoadedImage {
pub path: String,
pub handle: TextureHandle,
pub image: DynamicImage,
}Fields§
§path: String§handle: TextureHandle§image: DynamicImageAuto Trait Implementations§
impl RefUnwindSafe for LoadedImage
impl Send for LoadedImage
impl Sync for LoadedImage
impl Unpin for LoadedImage
impl UnwindSafe for LoadedImage
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