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