Home
last modified time | relevance | path

Searched defs:ArcBorrow (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/sync/
H A Darc.rs536 pub struct ArcBorrow<'a, T: ?Sized + 'a> { struct
541 // This is to allow `ArcBorrow<U>` to be dispatched on when `ArcBorrow<T>` can be coerced into argument
544 impl<T: ?Sized + core::marker::Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<ArcBorrow<'_, U>> implementation
549 impl<T: ?Sized> Clone for ArcBorrow<'_, T> { implementation
555 impl<T: ?Sized> Copy for ArcBorrow<'_, T> {} implementation
557 impl<T: ?Sized> ArcBorrow<'_, T> { impl
606 impl<T: ?Sized> Deref for ArcBorrow<'_, T> { implementation