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.
pub const fn for_ptr_mut<A: ?Sized>() -> SameLayout<*const A, *mut A>A proof that mutable pointer has the same layout as a const pointer.