[][src]Function opaque_pointer::object

pub fn object<'a, T>(pointer: *const T) -> &'a T

Convert raw pointer to type to type reference.