[bindings] Expose a _clone fn for every enum
authorMatt Corallo <git@bluematt.me>
Tue, 20 Oct 2020 18:02:12 +0000 (14:02 -0400)
committerMatt Corallo <git@bluematt.me>
Mon, 23 Nov 2020 16:08:34 +0000 (11:08 -0500)
commit0362972d37e5078f6f160d3328778df90747fa93
tree198472798a1fe576c6051e09fd4c0bc837671f8b
parent29b209ceea3059aadc86efdd7a6a3b42be924904
[bindings] Expose a _clone fn for every enum

This somewhat assumes that every public enum implements clone in
some way, but that is currently the case.
c-bindings-gen/src/main.rs