Searched refs:AsRef (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/rust/alloc/vec/ |
D | drain.rs | 142 impl<'a, T, A: Allocator> AsRef<[T]> for Drain<'a, T, A> {
|
D | into_iter.rs | 174 impl<T, A: Allocator> AsRef<[T]> for IntoIter<T, A> {
|
D | mod.rs | 3343 impl<T, A: Allocator> AsRef<Vec<T, A>> for Vec<T, A> { impl 3357 impl<T, A: Allocator> AsRef<[T]> for Vec<T, A> {
|
/Linux-v6.6/rust/kernel/ |
D | str.rs | 271 impl AsRef<BStr> for CStr {
|
/Linux-v6.6/rust/kernel/sync/ |
D | arc.rs | 271 impl<T: ?Sized> AsRef<T> for Arc<T> {
|
/Linux-v6.6/rust/alloc/ |
D | boxed.rs | 2053 impl<T: ?Sized, A: Allocator> AsRef<T> for Box<T, A> {
|