pub struct GpuTexture { /* private fields */ }Expand description
Wrapper around GPU texture that can be real or mock.
Implementations§
Trait Implementations§
Source§impl Clone for GpuTexture
impl Clone for GpuTexture
Source§fn clone(&self) -> GpuTexture
fn clone(&self) -> GpuTexture
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GpuTexture
impl !RefUnwindSafe for GpuTexture
impl Send for GpuTexture
impl Sync for GpuTexture
impl Unpin for GpuTexture
impl UnsafeUnpin for GpuTexture
impl !UnwindSafe for GpuTexture
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