Add TcgOp

This commit is contained in:
mio
2025-03-20 16:54:09 +08:00
parent a09b822d8c
commit 8afc23a839

View File

@@ -133,6 +133,14 @@ bitflags! {
}
}
bitflags! {
#[repr(C)]
#[derive(Copy, Clone)]
pub struct TcgOp: i32 {
const SUB = 1;
}
}
bitflags! {
#[repr(C)]
#[derive(Copy, Clone)]