diff options
-rw-r--r-- | libbindgen/src/ir/comp.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbindgen/src/ir/comp.rs b/libbindgen/src/ir/comp.rs index c351a152..cdba2bfb 100644 --- a/libbindgen/src/ir/comp.rs +++ b/libbindgen/src/ir/comp.rs @@ -466,6 +466,7 @@ impl CompInfo { &self.methods } + /// Get this type's set of constructors. pub fn constructors(&self) -> &[ItemId] { &self.constructors } |