Home
last modified time | relevance | path

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

/linux-6.14.4/rust/kernel/sync/
Darc.rs504 pub struct ArcBorrow<'a, T: ?Sized + 'a> { struct
509 // This is to allow `ArcBorrow<U>` to be dispatched on when `ArcBorrow<T>` can be coerced into argument
512 impl<T: ?Sized + core::marker::Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<ArcBorrow<'_, U>> implementation
517 impl<T: ?Sized> Clone for ArcBorrow<'_, T> { implementation
523 impl<T: ?Sized> Copy for ArcBorrow<'_, T> {} implementation
525 impl<T: ?Sized> ArcBorrow<'_, T> { implementation
574 impl<T: ?Sized> Deref for ArcBorrow<'_, T> { implementation