Home
last modified time | relevance | path

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

/linux/rust/kernel/sync/
H A Darc.rs702 pub struct UniqueArc<T: ?Sized> { global() struct
706 impl<T> InPlaceInit<T> for UniqueArc<T> { global() implementation
726 impl<T> InPlaceWrite<T> for UniqueArc<MaybeUninit<T>> { global() implementation
748 impl<T> UniqueArc<T> { global() implementation
775 impl<T> UniqueArc<MaybeUninit<T>> { global() implementation
831 impl<T: ?Sized> Deref for UniqueArc<T> { global() implementation
839 impl<T: ?Sized> DerefMut for UniqueArc<T> { global() implementation
867 impl<T: ?Sized> Borrow<T> for UniqueArc<T> { global() implementation
892 impl<T: ?Sized> BorrowMut<T> for UniqueArc<T> { global() implementation
898 impl<T: fmt::Display + ?Sized> fmt::Display for UniqueArc<T> { global() implementation
910 impl<T: fmt::Debug + ?Sized> fmt::Debug for UniqueArc<T> { global() implementation
[all...]