Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fmt::Pointer impl for bevy_ptr::{Ptr, PtrMut, OwnedPtr} (bevyengi…
…ne#6980) # Objective - `bevy_ptr::{Ptr, PtrMut, OwnedPtr}` wrap raw pointers and should be printable using pointer formatting. ## Solution - Add a `core::fmt::Pointer` impl for `Ptr`, `PtrMut` and `OwnedPtr` based on the wrapped `NonNull` pointer. --- ## Changelog - Added a `core::fmt::Pointer` impl to `Ptr`, `PtrMut` and `OwnedPtr`. Co-authored-by: MrGunflame <mrgunflame@protonmail.com>
- Loading branch information