Struct core::intrinsics::mir::ReturnToArg
source · pub struct ReturnToArg;
🔬This is a nightly-only experimental API. (
custom_mir
)Auto Trait Implementations§
impl RefUnwindSafe for ReturnToArg
impl Send for ReturnToArg
impl Sync for ReturnToArg
impl Unpin for ReturnToArg
impl UnwindSafe for ReturnToArg
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