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