Pointer types in Rust

Our tale about memory management would be incomplete if we didn't include pointers in the discussion, which are the primary way to manipulate memory in any low level language. Pointers are simply variables that point to memory locations in the process's address space. In Rust, we deal with three kinds of pointers.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset