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