Enum paralegal_spdg::rustc::mir::terminator::CallReturnPlaces
source · pub enum CallReturnPlaces<'a, 'tcx> {
Call(Place<'tcx>),
Yield(Place<'tcx>),
InlineAsm(&'a [InlineAsmOperand<'tcx>]),
}
Expand description
List of places that are written to after a successful (non-unwind) return
from a Call
, Yield
or InlineAsm
.
Variants§
Auto Trait Implementations§
impl<'a, 'tcx> !RefUnwindSafe for CallReturnPlaces<'a, 'tcx>
impl<'a, 'tcx> !Send for CallReturnPlaces<'a, 'tcx>
impl<'a, 'tcx> !Sync for CallReturnPlaces<'a, 'tcx>
impl<'a, 'tcx> Unpin for CallReturnPlaces<'a, 'tcx>
impl<'a, 'tcx> !UnwindSafe for CallReturnPlaces<'a, 'tcx>
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