Support clone for `ThreeBytes`
[ldk-c-bindings] / lightning-c-bindings / src / c_types / mod.rs
index bae1c404e5c6b6d7eeaa0e81627a13b13704f122..d4f4fafe5abd7232b1f550cf6fdf8f8c32160672 100644 (file)
@@ -774,6 +774,7 @@ pub struct ThirtyTwoBytes {
        pub data: [u8; 32],
 }
 
+#[derive(Clone)]
 #[repr(C)]
 /// A 3-byte byte array.
 pub struct ThreeBytes { /** The three bytes */ pub data: [u8; 3], }