Trait no_std_compat2::marker::PointerLike
source · pub trait PointerLike { }🔬This is a nightly-only experimental API. (
pointer_like_trait)Available on non-crate feature
std only.Expand description
A marker for pointer-like types.
All types that have the same size and alignment as a usize or
*const () automatically implement this trait.