#[repr(C)]pub struct SkPath_IterRec {
pub fVerb: SkPathVerb,
pub fPoints: SkSpan<SkPoint>,
pub fConicWeight: f32,
}Fields§
§fVerb: SkPathVerb§fPoints: SkSpan<SkPoint>§fConicWeight: f32Trait Implementations§
Source§impl Clone for SkPath_IterRec
impl Clone for SkPath_IterRec
Source§fn clone(&self) -> SkPath_IterRec
fn clone(&self) -> SkPath_IterRec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_IterRec
impl Debug for SkPath_IterRec
impl Copy for SkPath_IterRec
Auto Trait Implementations§
impl Freeze for SkPath_IterRec
impl !RefUnwindSafe for SkPath_IterRec
impl !Send for SkPath_IterRec
impl !Sync for SkPath_IterRec
impl Unpin for SkPath_IterRec
impl UnsafeUnpin for SkPath_IterRec
impl UnwindSafe for SkPath_IterRec
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