Home
last modified time | relevance | path

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

/system/bt/gd/rust/gddi/macros/
Dlib.rs181 let struct_: ItemStruct = parse(item).expect("can only be applied to struct definitions"); in part_out() localVariable
182 let struct_ident = struct_.ident.clone(); in part_out()
183 let fields = match struct_.fields.clone() { in part_out()
195 #struct_ in part_out()