[−][src]Function opaque_pointer::mut_object
pub unsafe fn mut_object<'a, T>(pointer: *mut T) -> &'a mut T
Convert raw pointer to type into type mutable reference.
Safety
The pointer must be a valid reference to that value with that type.
pub unsafe fn mut_object<'a, T>(pointer: *mut T) -> &'a mut T
Convert raw pointer to type into type mutable reference.
The pointer must be a valid reference to that value with that type.