Struct rust_raylib::texture::RenderTexture
source · pub struct RenderTexture { /* private fields */ }Expand description
RenderTexture, fbo for texture rendering
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 moresource§impl Debug for RenderTexture
impl Debug for RenderTexture
Auto Trait Implementations§
impl RefUnwindSafe for RenderTexture
impl !Send for RenderTexture
impl !Sync for RenderTexture
impl Unpin for RenderTexture
impl UnwindSafe for RenderTexture
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more