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>where V: Send,
impl<'tcx, V> Sync for ReturnDest<'tcx, V>where V: Sync,
impl<'tcx, V> Unpin for ReturnDest<'tcx, V>where V: Unpin,
impl<'tcx, V> !UnwindSafe for ReturnDest<'tcx, V>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
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.