Struct skia_bindings::SkCubicMap 
source · #[repr(C)]pub struct SkCubicMap {
    pub fCoeff: [SkPoint; 3],
    pub fType: SkCubicMap_Type,
}Fields§
§fCoeff: [SkPoint; 3]§fType: SkCubicMap_TypeImplementations§
source§impl SkCubicMap
 
impl SkCubicMap
Trait Implementations§
source§impl Clone for SkCubicMap
 
impl Clone for SkCubicMap
source§fn clone(&self) -> SkCubicMap
 
fn clone(&self) -> SkCubicMap
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 SkCubicMap
 
impl Debug for SkCubicMap
impl Copy for SkCubicMap
Auto Trait Implementations§
impl RefUnwindSafe for SkCubicMap
impl Send for SkCubicMap
impl Sync for SkCubicMap
impl Unpin for SkCubicMap
impl UnwindSafe for SkCubicMap
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