Function std::mem::copy_mut_lifetimeUnstable[src]
pub unsafe fn copy_mut_lifetime<S, T>(_ptr: &'a mut S, ptr: &mut T) -> &'a mut T
Transforms lifetime of the second mutable pointer to match the first.
pub unsafe fn copy_mut_lifetime<S, T>(_ptr: &'a mut S, ptr: &mut T) -> &'a mut T
Transforms lifetime of the second mutable pointer to match the first.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).