Home
last modified time | relevance | path

Searched refs:AsRef (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/rust/alloc/vec/
Ddrain.rs142 impl<'a, T, A: Allocator> AsRef<[T]> for Drain<'a, T, A> {
Dinto_iter.rs174 impl<T, A: Allocator> AsRef<[T]> for IntoIter<T, A> {
Dmod.rs3343 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/
Dstr.rs271 impl AsRef<BStr> for CStr {
/Linux-v6.6/rust/kernel/sync/
Darc.rs271 impl<T: ?Sized> AsRef<T> for Arc<T> {
/Linux-v6.6/rust/alloc/
Dboxed.rs2053 impl<T: ?Sized, A: Allocator> AsRef<T> for Box<T, A> {