Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dsplit_at.rs777 Err(s) => Err(s.into_mut()), in via_runtime_check()
820 fn into_mut(self) -> Split<&'a mut T> in into_mut() function
H A Dref.rs671 pub fn into_mut(r: Self) -> &'a mut T { in into_mut() function
1248 let rf = Ref::into_mut(r); in test_into_ref_mut()
1330 test::black_box(Ref::into_mut(test::black_box(r))); in bench_into_mut_sized()
H A Ddeprecated.rs161 Ref::into_mut(self) in into_mut_slice()
/linux/rust/kernel/
H A Drbtree.rs435 self.find_mut(key).map(|node| node.into_mut())
1375 pub fn into_mut(self) -> &'a mut V { in into_mut()
1372 pub fn into_mut(self) -> &'a mut V { into_mut() method