#[repr(C)]pub struct GrBackendSurfaceMutableState {
pub _base: skgpu_MutableTextureState,
}
Fields§
§_base: skgpu_MutableTextureState
Trait Implementations§
source§impl Clone for GrBackendSurfaceMutableState
impl Clone for GrBackendSurfaceMutableState
source§fn clone(&self) -> GrBackendSurfaceMutableState
fn clone(&self) -> GrBackendSurfaceMutableState
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 moreimpl Copy for GrBackendSurfaceMutableState
Auto Trait Implementations§
impl RefUnwindSafe for GrBackendSurfaceMutableState
impl Send for GrBackendSurfaceMutableState
impl Sync for GrBackendSurfaceMutableState
impl Unpin for GrBackendSurfaceMutableState
impl UnwindSafe for GrBackendSurfaceMutableState
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