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