Home
last modified time | relevance | path

Searched defs:ForeignItemType (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/syn/src/
Ditem.rs1860 impl Parse for ForeignItemType { implementation
3227 impl ToTokens for ForeignItemType { implementation
/external/rust/cxx/syntax/
Dparse.rs461 foreign_type: ForeignItemType, in parse_extern_type()
/external/rust/crates/syn/src/gen/
Deq.rs859 impl Eq for ForeignItemType {} implementation
862 impl PartialEq for ForeignItemType { implementation
Dclone.rs895 impl Clone for ForeignItemType { implementation
Dhash.rs1161 impl Hash for ForeignItemType { implementation
Dvisit_mut.rs315 fn visit_foreign_item_type_mut(&mut self, i: &mut ForeignItemType) { in visit_foreign_item_type_mut()
Dfold.rs312 fn fold_foreign_item_type(&mut self, i: ForeignItemType) -> ForeignItemType { in fold_foreign_item_type()
Ddebug.rs1245 impl Debug for ForeignItemType { implementation
Dvisit.rs314 fn visit_foreign_item_type(&mut self, i: &'ast ForeignItemType) { in visit_foreign_item_type()