[][src]Module abi_stable::pointer_trait

Traits for pointers.

Enums

CallReferentDrop

Determines whether the referent of a pointer is dropped when the pointer deallocates the memory.

Traits

ErasedStableDeref

Erases a pointer,casting its referent to OpaqueType<O>.

StableDeref

Trait for pointers that:

StableDerefMut

An alias for StableDeref + DerefMut.

TransmuteElement

Transmutes the element type of this pointer..

Type Definitions

DestructorType

The type of the destructor for every pointer type from in this crate.