Home
last modified time | relevance | path

Searched defs:borrow_mut (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dtypes.rs126 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> Self::BorrowedMut<'a>; borrow_mut() method
143 unsafe fn borrow_mut<'a>(_: *mut c_void) -> Self::BorrowedMut<'a> {} borrow_mut() method
/linux/rust/kernel/alloc/
H A Dkbox.rs512 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> &'a mut T { borrow_mut() function
552 unsafe fn borrow_mut<'a>(ptr: *mut c_void) -> Pin<&'a mut T> { borrow_mut() function
642 fn borrow_mut(&mut self) -> &mut T { borrow_mut() function
H A Dkvec.rs1067 fn borrow_mut(&mut self) -> &mut [T] { in borrow_mut() function