Home
last modified time | relevance | path

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

/linux-6.6.21/rust/alloc/
Dboxed.rs2017 extern "rust-call" fn call_mut(&mut self, args: Args) -> Self::Output { in call_mut() method
2018 <F as FnMut<Args>>::call_mut(self, args) in call_mut()