Trait wgpu_hal::dynamic::DynTexture
source · pub trait DynTexture: DynResource + Debug { }
Trait Implementations§
source§impl Borrow<dyn DynTexture> for Resource
impl Borrow<dyn DynTexture> for Resource
source§fn borrow(&self) -> &dyn DynTexture
fn borrow(&self) -> &dyn DynTexture
Immutably borrows from an owned value. Read more
source§impl Borrow<dyn DynTexture> for SurfaceTexture
impl Borrow<dyn DynTexture> for SurfaceTexture
source§fn borrow(&self) -> &dyn DynTexture
fn borrow(&self) -> &dyn DynTexture
Immutably borrows from an owned value. Read more
source§impl Borrow<dyn DynTexture> for Texture
impl Borrow<dyn DynTexture> for Texture
source§fn borrow(&self) -> &dyn DynTexture
fn borrow(&self) -> &dyn DynTexture
Immutably borrows from an owned value. Read more