#[repr(C)]pub struct SkPathIter_Rec {
pub fPoints: SkSpan<SkPoint>,
pub fConicWeight: f32,
pub fVerb: SkPathVerb,
}Fields§
§fPoints: SkSpan<SkPoint>§fConicWeight: f32§fVerb: SkPathVerbTrait Implementations§
Source§impl Clone for SkPathIter_Rec
impl Clone for SkPathIter_Rec
Source§fn clone(&self) -> SkPathIter_Rec
fn clone(&self) -> SkPathIter_Rec
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 SkPathIter_Rec
impl Debug for SkPathIter_Rec
impl Copy for SkPathIter_Rec
Auto Trait Implementations§
impl Freeze for SkPathIter_Rec
impl !RefUnwindSafe for SkPathIter_Rec
impl !Send for SkPathIter_Rec
impl !Sync for SkPathIter_Rec
impl Unpin for SkPathIter_Rec
impl UnsafeUnpin for SkPathIter_Rec
impl UnwindSafe for SkPathIter_Rec
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