Struct rustc_mir_dataflow::un_derefer::UnDerefer
source · pub struct UnDerefer<'tcx> {
pub tcx: TyCtxt<'tcx>,
pub derefer_sidetable: FxHashMap<Local, Place<'tcx>>,
}
Expand description
Used for reverting changes made by DerefSeparator
Fields§
§tcx: TyCtxt<'tcx>
§derefer_sidetable: FxHashMap<Local, Place<'tcx>>
Implementations§
Auto Trait Implementations§
impl<'tcx> !RefUnwindSafe for UnDerefer<'tcx>
impl<'tcx> !Send for UnDerefer<'tcx>
impl<'tcx> !Sync for UnDerefer<'tcx>
impl<'tcx> Unpin for UnDerefer<'tcx>
impl<'tcx> !UnwindSafe for UnDerefer<'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: 40 bytes