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