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