We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f8166 commit bc47954Copy full SHA for bc47954
src/lib.rs
@@ -85,6 +85,7 @@ use std::fmt;
85
86
/// Options to control the demangling process.
87
#[derive(Clone, Copy, Debug, Default)]
88
+#[repr(C)]
89
pub struct DemangleOptions {
90
no_params: bool,
91
no_return_type: bool,
0 commit comments