Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Darc.rs718 pub struct UniqueArc<T: ?Sized> { global() struct
722 impl<T> InPlaceInit<T> for UniqueArc<T> { global() implementation
742 impl<T> InPlaceWrite<T> for UniqueArc<MaybeUninit<T>> { global() implementation
764 impl<T> UniqueArc<T> { global() implementation
792 impl<T> UniqueArc<MaybeUninit<T>> { global() implementation
848 impl<T: ?Sized> Deref for UniqueArc<T> { global() implementation
856 impl<T: ?Sized> DerefMut for UniqueArc<T> { global() implementation
884 impl<T: ?Sized> Borrow<T> for UniqueArc<T> { global() implementation
909 impl<T: ?Sized> BorrowMut<T> for UniqueArc<T> { global() implementation
915 impl<T: fmt::Display + ?Sized> fmt::Display for UniqueArc<T> { global() implementation
927 impl<T: fmt::Debug + ?Sized> fmt::Debug for UniqueArc<T> { global() implementation
[all...]