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