#[repr(C, align(8))]pub struct skgpu_MutableTextureState {
pub _bindgen_opaque_blob: [u64; 6],
}Fields§
§_bindgen_opaque_blob: [u64; 6]Implementations§
Source§impl skgpu_MutableTextureState
impl skgpu_MutableTextureState
pub unsafe fn set(&mut self, that: *const skgpu_MutableTextureState)
pub unsafe fn new() -> Self
pub unsafe fn new1(that: *const skgpu_MutableTextureState) -> Self
Trait Implementations§
Source§impl Clone for skgpu_MutableTextureState
impl Clone for skgpu_MutableTextureState
Source§fn clone(&self) -> skgpu_MutableTextureState
fn clone(&self) -> skgpu_MutableTextureState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_MutableTextureState
impl Debug for skgpu_MutableTextureState
impl Copy for skgpu_MutableTextureState
Auto Trait Implementations§
impl Freeze for skgpu_MutableTextureState
impl RefUnwindSafe for skgpu_MutableTextureState
impl Send for skgpu_MutableTextureState
impl Sync for skgpu_MutableTextureState
impl Unpin for skgpu_MutableTextureState
impl UnsafeUnpin for skgpu_MutableTextureState
impl UnwindSafe for skgpu_MutableTextureState
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