On this page
Trait std::marker::PointerLike
pub trait PointerLike { }
🔬This is a nightly-only experimental API. (
pointer_like_trait
)
A marker for pointer-like types.
All types that have the same size and alignment as a usize
or *const ()
automatically implement this trait.
Implementors
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/marker/trait.PointerLike.html