Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Darc.rs548 pub struct ArcBorrow<'a, T: ?Sized + 'a> { global() struct
553 _pArcBorrow global() argument
556 impl<T: ?Sized + core::marker::Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<ArcBorrow<'_, U>> global() implementation
561 impl<T: ?Sized> Clone for ArcBorrow<'_, T> { global() implementation
567 impl<T: ?Sized> Copy for ArcBorrow<'_, T> {} global() implementation
569 impl<T: ?Sized> ArcBorrow<'_, T> { global() implementation
618 impl<T: ?Sized> Deref for ArcBorrow<'_, T> { global() implementation
[all...]