[src]

Function std::ptr::read

pub unsafe fn read<T>(src: *T) -> T

Reads the value from *src and returns it.