ptr_kind

Function ptr_kind 

Source
pub const fn ptr_kind<T: ?Sized>() -> PtrKind
Expand description

Determines the pointer kind for a given type.

This is a compile-time determination based on the size of *mut T.