Type Alias rustc_pattern_analysis::rustc::MatchArm

source ·
pub type MatchArm<'p, 'tcx> = MatchArm<'p, RustcPatCtxt<'p, 'tcx>>;

Aliased Type§

struct MatchArm<'p, 'tcx> {
    pub pat: &'p DeconstructedPat<RustcPatCtxt<'p, 'tcx>>,
    pub has_guard: bool,
    pub arm_data: HirId,
}

Fields§

§pat: &'p DeconstructedPat<RustcPatCtxt<'p, 'tcx>>§has_guard: bool§arm_data: HirId

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