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