DynTexture

Trait DynTexture 

pub trait DynTexture: DynResource + Debug { }
Available on crate feature unstable-wgpu-26 only.

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

Implementors§