Struct comfy_wgpu::LoadRequest
source · pub struct LoadRequest {
pub path: String,
pub handle: TextureHandle,
pub bytes: Vec<u8, Global>,
}Fields§
§path: String§handle: TextureHandle§bytes: Vec<u8, Global>Auto Trait Implementations§
impl RefUnwindSafe for LoadRequest
impl Send for LoadRequest
impl Sync for LoadRequest
impl Unpin for LoadRequest
impl UnwindSafe for LoadRequest
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