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 Texture
Available on gles
only.
impl Borrow<dyn DynTexture> for Texture
Available on
gles
only.Source§fn borrow(&self) -> &dyn DynTexture
fn borrow(&self) -> &dyn DynTexture
Immutably borrows from an owned value. Read more
Implementors§
impl DynTexture for Resource
impl DynTexture for Texture
Available on
gles
only.