Home
last modified time | relevance | path

Searched refs:struct_implementation (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/bindgen/src/codegen/
Ddyngen.rs28 struct_implementation: Vec<proc_macro2::TokenStream>, field
79 let struct_implementation = &self.struct_implementation; in get_tokens() localVariable
110 #( #struct_implementation )* in get_tokens()
155 self.struct_implementation.push(quote! { in push()