Skip to main content

write

Function write 

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

Writes a value of type T to the given memory address.