Trait owning_ref::CloneStableAddress[][src]

pub unsafe trait CloneStableAddress: StableAddress + Clone { }
Expand description

Marker trait for expressing that the memory address of the value reachable via a dereference remains identical even if self is a clone.

Implementations on Foreign Types

Implementors