Home
last modified time | relevance | path

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

/linux-6.1.9/rust/alloc/vec/
Dmod.rs2936 impl<T, A: Allocator> AsMut<Vec<T, A>> for Vec<T, A> { impl
2950 impl<T, A: Allocator> AsMut<[T]> for Vec<T, A> {
/linux-6.1.9/rust/alloc/
Dboxed.rs1947 impl<T: ?Sized, A: Allocator> AsMut<T> for Box<T, A> {