Struct rustc_mir_dataflow::move_paths::builder::MoveDataBuilder [−][src]
struct MoveDataBuilder<'a, 'tcx> {
body: &'a Body<'tcx>,
tcx: TyCtxt<'tcx>,
param_env: ParamEnv<'tcx>,
data: MoveData<'tcx>,
errors: Vec<(Place<'tcx>, MoveError<'tcx>)>,
}
Fields
body: &'a Body<'tcx>
tcx: TyCtxt<'tcx>
param_env: ParamEnv<'tcx>
data: MoveData<'tcx>
errors: Vec<(Place<'tcx>, MoveError<'tcx>)>
Implementations
fn new_move_path(
move_paths: &mut IndexVec<MovePathIndex, MovePath<'tcx>>,
path_map: &mut IndexVec<MovePathIndex, SmallVec<[MoveOutIndex; 4]>>,
init_path_map: &mut IndexVec<MovePathIndex, SmallVec<[InitIndex; 4]>>,
parent: Option<MovePathIndex>,
place: Place<'tcx>
) -> MovePathIndex
Auto Trait Implementations
impl<'a, 'tcx> !RefUnwindSafe for MoveDataBuilder<'a, 'tcx>
impl<'a, 'tcx> !Send for MoveDataBuilder<'a, 'tcx>
impl<'a, 'tcx> !Sync for MoveDataBuilder<'a, 'tcx>
impl<'a, 'tcx> Unpin for MoveDataBuilder<'a, 'tcx> where
'tcx: 'a,
impl<'a, 'tcx> !UnwindSafe for MoveDataBuilder<'a, '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: 272 bytes