diff --git a/src/rust/build.rs b/src/rust/build.rs index f8ecc04c8..03e6157f6 100644 --- a/src/rust/build.rs +++ b/src/rust/build.rs @@ -59,6 +59,8 @@ fn main() { } let bindings = builder + .derive_default(true) + .no_default("dtvcc_pen_attribs|dtvcc_pen_color|dtvcc_symbol") // Finish the builder and generate the bindings. .generate() // Unwrap the Result and panic on failure.