Skip to main content

read

Function read 

Source
pub unsafe fn read<T: Copy>(addr: usize) -> Result<T, String>
Expand description

Reads a value of type T from the given memory address.