Home
last modified time | relevance | path

Searched refs:default_non_copy_union_style (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs92 default_non_copy_union_style: Option<NonCopyUnionStyle>, field
401 default_non_copy_union_style, in builder_from_flags()
570 if let Some(variant) = default_non_copy_union_style { in builder_from_flags()
571 builder = builder.default_non_copy_union_style(variant); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs342 if self.options.default_non_copy_union_style != Default::default() { in command_line_flags()
345 self.options.default_non_copy_union_style.as_str().into(), in command_line_flags()
1139 pub fn default_non_copy_union_style( in default_non_copy_union_style() method
1143 self.options.default_non_copy_union_style = arg; in default_non_copy_union_style()
1927 default_non_copy_union_style: codegen::NonCopyUnionStyle, field
2319 default_non_copy_union_style, in default()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs1711 ctx.options().default_non_copy_union_style in is_rust_union()