Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Duaccess.rs425 unsafe { *buf.last_mut().unwrap_unchecked() = 0 }; in strcpy_into_buf()
/linux/rust/syn/
H A Dpunctuated.rs93 pub fn last_mut(&mut self) -> Option<&mut T> { in last_mut() method
H A Dty.rs349 let arguments = &mut ty.path.segments.last_mut().unwrap().arguments; in ambig_ty()
H A Dgenerics.rs867 path.segments.last_mut().unwrap().arguments = parenthesized; in do_parse()