Searched refs:default_non_copy_union_style (Results 1 – 3 of 3) sorted by relevance
92 default_non_copy_union_style: Option<NonCopyUnionStyle>, field401 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()
342 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() method1143 self.options.default_non_copy_union_style = arg; in default_non_copy_union_style()1927 default_non_copy_union_style: codegen::NonCopyUnionStyle, field2319 default_non_copy_union_style, in default()
1711 ctx.options().default_non_copy_union_style in is_rust_union()