[−][src]Trait vulkano_win::SafeBorrow
An alternative to Borrow<T> with the requirement that all calls to
borrow return the same object.
An alternative to Borrow<T> with the requirement that all calls to
borrow return the same object.
impl<'a, T> SafeBorrow<T> for &'a T[src]impl<'a, T> SafeBorrow<T> for &'a mut T[src]impl<T> SafeBorrow<T> for Rc<T>[src]impl<T> SafeBorrow<T> for Arc<T>[src]impl<T> SafeBorrow<T> for Box<T>[src]impl<T> SafeBorrow<T> for T[src]