Trait rerun::external::eframe::egui_wgpu::wgpu::hal::DynTexture

pub trait DynTexture: DynResource + Debug { }

Trait Implementations§

§

impl Borrow<dyn DynTexture> for Resource

§

fn borrow(&self) -> &(dyn DynTexture + 'static)

Immutably borrows from an owned value. Read more
§

impl Borrow<dyn DynTexture> for SurfaceTexture

§

fn borrow(&self) -> &(dyn DynTexture + 'static)

Immutably borrows from an owned value. Read more
§

impl Borrow<dyn DynTexture> for Texture

§

fn borrow(&self) -> &(dyn DynTexture + 'static)

Immutably borrows from an owned value. Read more

Implementors§

§

impl DynTexture for Resource

§

impl DynTexture for rerun::external::eframe::egui_wgpu::wgpu::hal::gles::Texture

§

impl DynTexture for rerun::external::eframe::egui_wgpu::wgpu::hal::vulkan::Texture