Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/vec/
H A Dmod.rs3346 impl<T, A: Allocator> AsMut<Vec<T, A>> for Vec<T, A> { impl
3360 impl<T, A: Allocator> AsMut<[T]> for Vec<T, A> {
/openbmc/linux/rust/alloc/
H A Dboxed.rs2082 impl<T: ?Sized, A: Allocator> AsMut<T> for Box<T, A> {