Home
last modified time | relevance | path

Searched refs:AsRef (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dinto_iter.rs174 impl<T, A: Allocator> AsRef<[T]> for IntoIter<T, A> {
H A Dmod.rs3339 impl<T, A: Allocator> AsRef<Vec<T, A>> for Vec<T, A> { in fmt() impls
3353 impl<T, A: Allocator> AsRef<[T]> for Vec<T, A> {
/kernel/linux/linux-6.6/rust/kernel/
H A Dstr.rs271 impl AsRef<BStr> for CStr {
/kernel/linux/linux-6.6/rust/kernel/sync/
H A Darc.rs271 impl<T: ?Sized> AsRef<T> for Arc<T> {
/kernel/linux/linux-6.6/rust/alloc/
H A Dboxed.rs2075 impl<T: ?Sized, A: Allocator> AsRef<T> for Box<T, A> {

Completed in 10 milliseconds