[−][src]Trait vulkano::SafeDeref
Alternative to the Deref trait. Contrary to Deref, must always return the same object.
Alternative to the Deref trait. Contrary to Deref, must always return the same object.
impl<'a, T: ?Sized> SafeDeref for &'a T[src]impl<T: ?Sized> SafeDeref for Arc<T>[src]impl<T: ?Sized> SafeDeref for Box<T>[src]