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