Struct rustc_mir_transform::elaborate_drops::Elaborator [−][src]
struct Elaborator<'a, 'b, 'tcx> {
ctxt: &'a mut ElaborateDropsCtxt<'b, 'tcx>,
}
Fields
ctxt: &'a mut ElaborateDropsCtxt<'b, 'tcx>
Trait Implementations
type Path = MovePathIndex
type Path = MovePathIndex
The type representing paths that can be moved out of. Read more
Returns how path
should be dropped, given mode
.
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 indexing a fixed-size array path
. 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
Returns the drop flag of path
as a MIR Operand
(or None
if path
has no drop flag).
Auto Trait Implementations
impl<'a, 'b, 'tcx> !RefUnwindSafe for Elaborator<'a, 'b, 'tcx>
impl<'a, 'b, 'tcx> !Send for Elaborator<'a, 'b, 'tcx>
impl<'a, 'b, 'tcx> !Sync for Elaborator<'a, 'b, 'tcx>
impl<'a, 'b, 'tcx> Unpin for Elaborator<'a, 'b, 'tcx> where
'b: 'a,
'tcx: 'a,
impl<'a, 'b, 'tcx> !UnwindSafe for Elaborator<'a, 'b, '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: 8 bytes