Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dstr.rs674 *(buffer.first_mut()?) = 0; in new()
678 // - If buffer was not at least length 1, `buffer.first_mut()` would return None. in new()
/linux/rust/syn/
H A Dpunctuated.rs83 pub fn first_mut(&mut self) -> Option<&mut T> { in first_mut() method