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