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