pub struct ReturnToArg;
๐ฌThis is a nightly-only experimental API. (
custom_mir
)Available on non-crate feature
ferrocene_certified
only.Auto Trait Implementationsยง
impl Freeze for ReturnToArg
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
Available on non-crate feature
ferrocene_certified
only.Mutably borrows from an owned value. Read more