diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-08-31 23:01:49 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-09-29 21:02:24 -0400 |
| commit | 460656be13999759eb1eeb5bd9a868b34c0aea22 (patch) | |
| tree | 8147e1028b4e6ca42dc4dc5c03f1453c13a8b1fc /rust/src/types.rs | |
| parent | e5af153f0b7964bf65ff9af07012d9a51ab0cd1c (diff) | |
Expose CallingConvention::GetVariablesForParameters
Diffstat (limited to 'rust/src/types.rs')
| -rw-r--r-- | rust/src/types.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/types.rs b/rust/src/types.rs index 790faca5..4f9d8bff 100644 --- a/rust/src/types.rs +++ b/rust/src/types.rs @@ -1315,7 +1315,7 @@ impl FunctionParameter<BnString> { ////////////// // Variable -#[derive(Clone, Copy, Debug)] +#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)] pub struct Variable { pub t: BNVariableSourceType, pub index: u32, |
