aboutsummaryrefslogtreecommitdiff
path: root/bindings/c/src/data_c/common.rs
diff options
context:
space:
mode:
author1992414357@qq.com <1992414357@qq.com>2025-06-09 01:44:36 +0800
committer1992414357@qq.com <1992414357@qq.com>2025-06-09 01:44:36 +0800
commit49192dbb98e0ab1f2a66b4786fac86d63f69be64 (patch)
tree7cdf27c7cab5fb6b1aabc2ac7c44b7b492558945 /bindings/c/src/data_c/common.rs
parentc9dbba0d288becb7f05cebe526be25c76e5a850a (diff)
重构所有部分
Diffstat (limited to 'bindings/c/src/data_c/common.rs')
-rw-r--r--bindings/c/src/data_c/common.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/bindings/c/src/data_c/common.rs b/bindings/c/src/data_c/common.rs
deleted file mode 100644
index 58c34c4..0000000
--- a/bindings/c/src/data_c/common.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-#[repr(C)]
-#[allow(unused_imports)]
-#[derive(Copy, Clone)]
-pub struct KeyData {
- pub(crate) key: u8
-} \ No newline at end of file