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