rustc_pattern_analysis::rustc

Type Alias WitnessPat

Source
pub type WitnessPat<'p, 'tcx> = WitnessPat<RustcPatCtxt<'p, 'tcx>>;

Aliased Type§

struct WitnessPat<'p, 'tcx> {
    ctor: Constructor<RustcPatCtxt<'p, 'tcx>>,
    pub(crate) fields: Vec<WitnessPat<RustcPatCtxt<'p, 'tcx>>>,
    ty: RevealedTy<'tcx>,
}

Fields§

§ctor: Constructor<RustcPatCtxt<'p, 'tcx>>§fields: Vec<WitnessPat<RustcPatCtxt<'p, 'tcx>>>§ty: RevealedTy<'tcx>

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: 112 bytes