Type Alias rust_raylib::texture::RenderTexture2D
source · pub type RenderTexture2D = RenderTexture;Expand description
RenderTexture2D, same as RenderTexture
Aliased Type§
struct RenderTexture2D { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for RenderTexture
impl Clone for RenderTexture
source§fn clone(&self) -> RenderTexture
fn clone(&self) -> RenderTexture
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more