Validate reads `sizeof(T)` bytes from the virtual address and returns a mutable reference to the value (`&mut T`). ## Example ```no_run let address: &mut SomeStruct = VirtAddr::new(0xcafebabe).read_mut:: ()?; ```
(&self)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected