Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Ddrain.rs142 impl<'a, T, A: Allocator> AsRef<[T]> for Drain<'a, T, A> {
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> { impl
3353 impl<T, A: Allocator> AsRef<[T]> for Vec<T, A> {
/openbmc/linux/rust/kernel/
H A Dstr.rs271 impl AsRef<BStr> for CStr {
/openbmc/linux/rust/kernel/sync/
H A Darc.rs271 impl<T: ?Sized> AsRef<T> for Arc<T> {
/openbmc/linux/rust/alloc/
H A Dboxed.rs2075 impl<T: ?Sized, A: Allocator> AsRef<T> for Box<T, A> {