#[repr(C)]pub struct skgpu_MutableTextureStateRef { /* private fields */ }Trait Implementations§
source§impl Clone for skgpu_MutableTextureStateRef
 
impl Clone for skgpu_MutableTextureStateRef
source§fn clone(&self) -> skgpu_MutableTextureStateRef
 
fn clone(&self) -> skgpu_MutableTextureStateRef
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 skgpu_MutableTextureStateRef
 
impl Debug for skgpu_MutableTextureStateRef
impl Copy for skgpu_MutableTextureStateRef
Auto Trait Implementations§
impl RefUnwindSafe for skgpu_MutableTextureStateRef
impl Send for skgpu_MutableTextureStateRef
impl Sync for skgpu_MutableTextureStateRef
impl Unpin for skgpu_MutableTextureStateRef
impl UnwindSafe for skgpu_MutableTextureStateRef
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