Trait vulkano::SafeDeref [] [src]

pub unsafe trait SafeDeref: Deref { }

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

Implementors