Struct sixtyfps_corelib::graphics::PathDataIterator [−][src]
pub struct PathDataIterator { /* fields omitted */ }
PathDataIterator is a data structure that acts as starting point for iterating through the low-level events of a path. If the path was constructed from said events, then it is a very thin abstraction. If the path was created from higher-level elements, then an intermediate lyon path is required/built.
Implementations
Auto Trait Implementations
impl RefUnwindSafe for PathDataIterator
impl RefUnwindSafe for PathDataIterator
impl !Send for PathDataIterator
impl !Send for PathDataIterator
impl !Sync for PathDataIterator
impl !Sync for PathDataIterator
impl Unpin for PathDataIterator
impl Unpin for PathDataIterator
impl UnwindSafe for PathDataIterator
impl UnwindSafe for PathDataIterator