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