Function std::mem::copy_lifetimeUnstable[src]
pub unsafe fn copy_lifetime<S, T>(_ptr: &'a S, ptr: &T) -> &'a T
Transforms lifetime of the second pointer to match the first.
pub unsafe fn copy_lifetime<S, T>(_ptr: &'a S, ptr: &T) -> &'a T
Transforms lifetime of the second 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).