Support clone for `ThreeBytes`
[ldk-c-bindings] / c-bindings-gen / src / types.rs
index fb884c91fc8e3db93429c945457d340aa9f67c80..6cb8061e67acc25d8449de0b1203bfae97d58eec 100644 (file)
@@ -861,6 +861,7 @@ fn initial_clonable_types() -> HashSet<String> {
        let mut res = HashSet::new();
        res.insert("crate::c_types::U5".to_owned());
        res.insert("crate::c_types::U128".to_owned());
+       res.insert("crate::c_types::ThreeBytes".to_owned());
        res.insert("crate::c_types::FourBytes".to_owned());
        res.insert("crate::c_types::TwelveBytes".to_owned());
        res.insert("crate::c_types::SixteenBytes".to_owned());