write

Function write 

Source
pub fn write<T>(addr: usize, content: T)
Expand description

向指定地址写入内容

§参数:

  • addr - 目标地址
  • content - 要写入的内容