Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/
Dboxed.rs1465 fn from_slice(slice: &[T]) -> Self; in from_slice() method
1471 default fn from_slice(slice: &[T]) -> Self { in from_slice() method
1479 fn from_slice(slice: &[T]) -> Self { in from_slice() method
1507 <Self as BoxFromSlice<T>>::from_slice(slice) in from()