Struct rustc_mir_transform::simplify_try::VarField
source · struct VarField<'tcx> {
field: Field,
field_ty: Ty<'tcx>,
var_idx: VariantIdx,
}
Fields§
§field: Field
§field_ty: Ty<'tcx>
§var_idx: VariantIdx
Trait Implementations§
source§impl<'tcx> PartialEq<VarField<'tcx>> for VarField<'tcx>
impl<'tcx> PartialEq<VarField<'tcx>> for VarField<'tcx>
impl<'tcx> StructuralPartialEq for VarField<'tcx>
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for VarField<'tcx>
impl<'tcx> !Send for VarField<'tcx>
impl<'tcx> !Sync for VarField<'tcx>
impl<'tcx> Unpin for VarField<'tcx>
impl<'tcx> !UnwindSafe for VarField<'tcx>
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: 16 bytes