Struct rustc_builtin_macros::cfg_eval::CfgEval [−][src]
struct CfgEval<'a, 'b> {
cfg: &'a mut StripUnconfigured<'b>,
}
Fields
cfg: &'a mut StripUnconfigured<'b>
Implementations
Trait Implementations
fn flat_map_foreign_item(
&mut self,
foreign_item: P<ForeignItem>
) -> SmallVec<[P<ForeignItem>; 1]>
Mutable token visiting only exists for the macro_rules
token marker and should not be
used otherwise. Token visitor would be entirely separate from the regular visitor if
the marker didn’t have to visit AST fragments in nonterminal tokens. Read more
Auto Trait Implementations
impl<'a, 'b> !RefUnwindSafe for CfgEval<'a, 'b>
impl<'a, 'b> !UnwindSafe for CfgEval<'a, 'b>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes