feat: add cbindgen support
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user