Searched defs:CustomDeriveCallback (Results 1 – 1 of 1) sorted by relevance
1027 struct CustomDeriveCallback { in builder_from_flags() struct1028 derives: Vec<String>, in builder_from_flags()1029 kind: Option<TypeKind>, in builder_from_flags()1030 regex_set: bindgen::RegexSet, in builder_from_flags()1033 impl bindgen::callbacks::ParseCallbacks for CustomDeriveCallback { in builder_from_flags() implementation