Searched defs:Bindings (Results 1 – 25 of 29) sorted by relevance
12
47 ### Bindings subsection
4 export interface Bindings { interface
41 using Bindings = std::array<uint8_t *, vk::MAX_BOUND_DESCRIPTOR_SETS>; typedef in vk::DescriptorSet
22 "Bindings": [] array
25 "Bindings": [] array
27 "Bindings": [] array
29 "Bindings": [] array
25 "Bindings": [ array
30 "Bindings": [] array
31 "Bindings": [] array
32 "Bindings": [] array
28 "Bindings": [ array
33 "Bindings": [] array
37 "Bindings": [] array
33 "Bindings": [ array
51 "Bindings": [] array
75 typedef std::map<std::string, EvalString> Bindings; typedef
1575 pub fn generate(mut self) -> Result<Bindings, BindgenError> { in generate()2449 pub struct Bindings { struct2450 options: BindgenOptions,2451 warnings: Vec<String>,2452 module: proc_macro2::TokenStream,2509 impl Bindings { impl2514 ) -> Result<Bindings, BindgenError> { in generate()2843 impl std::fmt::Display for Bindings { implementation
7 var Bindings = {}; variable