Home
last modified time | relevance | path

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

/external/rust/crates/bindgen-cli/
Doptions.rs1019 struct CustomDeriveCallback { in builder_from_flags() struct
1020 derives: Vec<String>, in builder_from_flags()
1021 kind: Option<TypeKind>, in builder_from_flags()
1022 regex_set: bindgen::RegexSet, in builder_from_flags()
1025 impl bindgen::callbacks::ParseCallbacks for CustomDeriveCallback { in builder_from_flags() implementation