Home
last modified time | relevance | path

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

/linux-6.8/rust/kernel/sync/
Darc.rs420 pub struct ArcBorrow<'a, T: ?Sized + 'a> { struct
425 // This is to allow [`ArcBorrow`] (and variants) to be used as the type of `self`. argument
426 impl<T: ?Sized> core::ops::Receiver for ArcBorrow<'_, T> {} implementation
430 impl<T: ?Sized + Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<ArcBorrow<'_, U>> implementation
435 impl<T: ?Sized> Clone for ArcBorrow<'_, T> { implementation
441 impl<T: ?Sized> Copy for ArcBorrow<'_, T> {} implementation
443 impl<T: ?Sized> ArcBorrow<'_, T> { impl
471 impl<T: ?Sized> Deref for ArcBorrow<'_, T> { implementation