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