Struct rustc_ap_rustc_ast::ast::AnonConst [−][src]
Expand description
A constant (expression) that’s not an item or associated item,
but needs its own DefId for type-checking, const-eval, etc.
These are usually found nested inside types (e.g., array lengths)
or expressions (e.g., repeat counts), and also used to define
explicit discriminant values for enum variants.
Fields
id: NodeIdvalue: P<Expr>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for AnonConstimpl !UnwindSafe for AnonConstBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V