Enum rustc_codegen_ssa::mir::block::ReturnDest [−][src]
enum ReturnDest<'tcx, V> {
Nothing,
Store(PlaceRef<'tcx, V>),
IndirectOperand(PlaceRef<'tcx, V>, Local),
DirectOperand(Local),
}
Variants
Store(PlaceRef<'tcx, V>)
Tuple Fields of Store
0: PlaceRef<'tcx, V>
DirectOperand(Local)
Tuple Fields of DirectOperand
0: Local
Auto Trait Implementations
impl<'tcx, V> !RefUnwindSafe for ReturnDest<'tcx, V>
impl<'tcx, V> !Send for ReturnDest<'tcx, V>
impl<'tcx, V> !Sync for ReturnDest<'tcx, V>
impl<'tcx, V> Unpin for ReturnDest<'tcx, V> where
V: Unpin,
impl<'tcx, V> !UnwindSafe for ReturnDest<'tcx, V>
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.