Function addr_to_array

Source
pub fn addr_to_array<T>(addr: VirtAddr, len: usize) -> &'static mut [T]
Expand description

Returns a mutable reference to the array on the address.