Trait owning_ref::StableAddress[][src]

pub unsafe trait StableAddress: Deref { }
Expand description

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

Implementations on Foreign Types

Implementors