Function syntax::ptr::P
[−]
[src]
pub fn P<T: 'static>(value: T) -> P<T>
Unstable (
rustc_private
)Construct a P<T>
from a T
value.