reference
reference copied to clipboard
clarification needed: Copying or dropping a raw pointer has no effect on the lifecycle of any other value.
https://doc.rust-lang.org/stable/reference/types/pointer.html#raw-pointers-const-and-mut
could you advise what it means by "lifecycle of any other value"? what does this sentence intend to convey? Thanks!