Struct skia_bindings::SkPath_RangeIter 
source · #[repr(C)]pub struct SkPath_RangeIter {
    pub fVerb: *const u8,
    pub fPoints: *const SkPoint,
    pub fWeights: *const SkScalar,
}Fields§
§fVerb: *const u8§fPoints: *const SkPoint§fWeights: *const SkScalarTrait Implementations§
source§impl Clone for SkPath_RangeIter
 
impl Clone for SkPath_RangeIter
source§fn clone(&self) -> SkPath_RangeIter
 
fn clone(&self) -> SkPath_RangeIter
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 SkPath_RangeIter
 
impl Debug for SkPath_RangeIter
impl Copy for SkPath_RangeIter
Auto Trait Implementations§
impl RefUnwindSafe for SkPath_RangeIter
impl !Send for SkPath_RangeIter
impl !Sync for SkPath_RangeIter
impl Unpin for SkPath_RangeIter
impl UnwindSafe for SkPath_RangeIter
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