Searched defs:PathSegment (Results 1 – 14 of 14) sorted by relevance
69 struct PathSegment { struct71 PathSegment *Tail; argument
109 impl<T> From<T> for PathSegment implementation476 impl Parse for PathSegment { implementation482 impl PathSegment { impl685 impl ToTokens for PathSegment { implementation
93 struct PathSegment { struct in __anon008810f90111::SkPathStroker294 SkPath::Verb fVerb;95 SkPoint fPoints[4];
440 struct PathSegment { struct in __anona848f9350111::SkVarWidthStroker441 SkPath::Verb fVerb;442 std::array<SkPoint, 4> fPoints;
77 fn only_last_segment(mut ty: &syn::Type) -> Option<&PathSegment> { in only_last_segment()
189 fn visit_path_segment(&mut self, segment: &'ast syn::PathSegment) { in with_bound()
195 class PathSegment { class
1558 impl Eq for PathSegment {} implementation1561 impl PartialEq for PathSegment { implementation
1627 impl Clone for PathSegment { implementation
2078 impl Hash for PathSegment { implementation
685 fn fold_path_segment(&mut self, i: PathSegment) -> PathSegment { in fold_path_segment()
685 fn visit_path_segment_mut(&mut self, i: &mut PathSegment) { in visit_path_segment_mut()
684 fn visit_path_segment(&mut self, i: &'ast PathSegment) { in visit_path_segment()
2293 impl Debug for PathSegment { implementation