Struct skia_bindings::SkPath_RawIter 
source · #[repr(C)]pub struct SkPath_RawIter {
    pub fIter: SkPath_RangeIter,
    pub fEnd: SkPath_RangeIter,
    pub fConicWeight: SkScalar,
}Fields§
§fIter: SkPath_RangeIter§fEnd: SkPath_RangeIter§fConicWeight: SkScalarImplementations§
Trait Implementations§
source§impl Clone for SkPath_RawIter
 
impl Clone for SkPath_RawIter
source§fn clone(&self) -> SkPath_RawIter
 
fn clone(&self) -> SkPath_RawIter
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_RawIter
 
impl Debug for SkPath_RawIter
impl Copy for SkPath_RawIter
Auto Trait Implementations§
impl RefUnwindSafe for SkPath_RawIter
impl !Send for SkPath_RawIter
impl !Sync for SkPath_RawIter
impl Unpin for SkPath_RawIter
impl UnwindSafe for SkPath_RawIter
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