[][src]Trait nannou::vk::SafeDeref

pub unsafe trait SafeDeref: Deref { }

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

Implementations on Foreign Types

impl<T> SafeDeref for Box<T> where
    T: ?Sized
[src]

impl<T> SafeDeref for Arc<T> where
    T: ?Sized
[src]

impl<'a, T> SafeDeref for &'a T where
    T: ?Sized
[src]

Loading content...

Implementors

Loading content...