for_ptr_mut

Function for_ptr_mut 

Source
pub const fn for_ptr_mut<A: ?Sized>() -> SameLayout<*const A, *mut A>
Expand description

A proof that mutable pointer has the same layout as a const pointer.