Home
last modified time | relevance | path

Searched refs:Sized (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/rust/kernel/sync/
A Darc.rs118 pub struct Arc<T: ?Sized> {
124 struct ArcInner<T: ?Sized> {
134 impl<T: ?Sized + Unsize<U>, U: ?Sized> core::ops::CoerceUnsized<Arc<U>> for Arc<T> {}
137 impl<T: ?Sized + Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<Arc<U>> for Arc<T> {}
168 impl<T: ?Sized> Arc<T> {
222 impl<T: ?Sized> Deref for Arc<T> {
232 impl<T: ?Sized> Clone for Arc<T> {
244 impl<T: ?Sized> Drop for Arc<T> {
341 impl<T: ?Sized + Unsize<U>, U: ?Sized> core::ops::DispatchFromDyn<ArcBorrow<'_, U>>
354 impl<T: ?Sized> ArcBorrow<'_, T> {
[all …]
/linux-6.3-rc2/rust/alloc/
A Dboxed.rs185 T: ?Sized,
885 impl<T: ?Sized> Box<T> {
934 impl<T: ?Sized, A: Allocator> Box<T, A> {
1316 impl<T: ?Sized + Ord, A: Allocator> Ord for Box<T, A> {
1323 impl<T: ?Sized + Eq, A: Allocator> Eq for Box<T, A> {}
1326 impl<T: ?Sized + Hash, A: Allocator> Hash for Box<T, A> {
1804 impl<T: ?Sized, A: Allocator> Receiver for Box<T, A> {}
1895 impl<T: ?Sized + Unsize<U>, U: ?Sized, A: Allocator> CoerceUnsized<Box<U, A>> for Box<T, A> {}
1898 impl<T: ?Sized + Unsize<U>, U: ?Sized> DispatchFromDyn<Box<U>> for Box<T, Global> {}
1940 impl<T: ?Sized, A: Allocator> AsRef<T> for Box<T, A> {
[all …]
A Dalloc.rs336 pub(crate) const unsafe fn box_free<T: ?Sized, A: ~const Allocator + ~const Destruct>( in box_free() argument
421 pub(crate) trait WriteCloneIntoRaw: Sized {
A Dslice.rs185 Self: Sized; in to_vec() argument
624 pub fn concat<Item: ?Sized>(&self) -> <Self as Concat<Item>>::Output in concat()
750 pub trait Concat<Item: ?Sized> {
/linux-6.3-rc2/rust/alloc/vec/
A Dis_zero.rs75 unsafe impl<T: ?Sized> IsZero for Option<&T> {
82 unsafe impl<T: ?Sized> IsZero for Option<Box<T>> {
/linux-6.3-rc2/rust/kernel/
A Dlib.rs55 pub trait Module: Sized + Sync {
A Dtypes.rs19 pub trait ForeignOwnable: Sized {
/linux-6.3-rc2/Documentation/RCU/
A DRTFP.txt800 ,title="The Repeat Offender Problem: A Mechanism for Supporting Dynamic-Sized,

Completed in 20 milliseconds