read

Function read 

Source
pub fn read<T>(addr: usize) -> T
Expand description

从指定地址读取内容

§参数:

  • addr - 目标地址

§返回值:

读取到的内容