1
0

feat: add cbindgen support

This commit is contained in:
2026-05-15 17:02:29 +08:00
parent 684a24fcf8
commit 8d7f96d499
4 changed files with 188 additions and 3 deletions

View File

@@ -214,9 +214,9 @@ impl From<Scope> for wfassoc::Scope {
#[repr(u32)]
#[derive(Debug, Copy, Clone, TryFromPrimitive)]
pub enum View {
User,
System,
Hybrid,
User = 0,
System = 1,
Hybrid = 2,
}
impl From<View> for wfassoc::View {