Enum rustc_codegen_ssa::mir::block::ReturnDest
source · enum ReturnDest<'tcx, V> {
Nothing,
Store(PlaceRef<'tcx, V>),
IndirectOperand(PlaceRef<'tcx, V>, Local),
DirectOperand(Local),
}
Variants§
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.