Searched refs:first_mut (Results 1 – 2 of 2) sorted by relevance
| /linux/rust/kernel/ | ||
| H A D | str.rs | 674 *(buffer.first_mut()?) = 0; in new() |
| /linux/rust/syn/ | ||
| H A D | punctuated.rs | 83 pub fn first_mut(&mut self) -> Option<&mut T> { in first_mut() method |