pub unsafe trait PointerMut {
// Required method
fn pointer_mut(&mut self) -> *mut c_void;
}
Expand description
Provides a mutable pointer to the starting address in memory.
Required Methods§
Sourcefn pointer_mut(&mut self) -> *mut c_void
fn pointer_mut(&mut self) -> *mut c_void
A mutable pointer to the starting address in memory