Trait vulkano::SafeDeref

source ·
pub unsafe trait SafeDeref: Deref { }
Expand description

Alternative to the Deref trait. Contrary to Deref, must always return the same object.

Implementations on Foreign Types

Implementors