Struct cairo::Path [−][src]
pub struct Path(_);
Implementations
pub fn iter(&self) -> PathSegments<'_>ⓘNotable traits for PathSegments<'a>
impl<'a> Iterator for PathSegments<'a> type Item = PathSegment;
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Path
impl UnwindSafe for Path