Struct rustc_mir_transform::shim::DropShimElaborator [−][src]
pub struct DropShimElaborator<'a, 'tcx> {
pub body: &'a Body<'tcx>,
pub patch: MirPatch<'tcx>,
pub tcx: TyCtxt<'tcx>,
pub param_env: ParamEnv<'tcx>,
}
Fields
body: &'a Body<'tcx>
patch: MirPatch<'tcx>
tcx: TyCtxt<'tcx>
param_env: ParamEnv<'tcx>
Trait Implementations
Returns how path
should be dropped, given mode
.
Returns the drop flag of path
as a MIR Operand
(or None
if path
has no drop flag).
Modifies the MIR patch so that the drop flag of path
(if any) is cleared at location
. Read more
Returns the subpath of a field of path
(or None
if there is no dedicated subpath). Read more
Returns the subpath of a dereference of path
(or None
if there is no dedicated subpath). Read more
Returns the subpath of downcasting path
to one of its variants. Read more
Auto Trait Implementations
impl<'a, 'tcx> !RefUnwindSafe for DropShimElaborator<'a, 'tcx>
impl<'a, 'tcx> !Send for DropShimElaborator<'a, 'tcx>
impl<'a, 'tcx> !Sync for DropShimElaborator<'a, 'tcx>
impl<'a, 'tcx> Unpin for DropShimElaborator<'a, 'tcx> where
'tcx: 'a,
impl<'a, 'tcx> !UnwindSafe for DropShimElaborator<'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: 136 bytes