pub unsafe trait StableCData: CData { }
Expand description

Safety

A subclass of CData those value pointer or indicator pointer can not be changed through a mutable reference. The values these pointers point to, may change however. Used to determine, that the value has not to be rebound between multiple calls to execute.

Implementations on Foreign Types

Implementors