Searched defs:borrow (Results 1 – 4 of 4) sorted by relevance
98 unsafe fn borrow<'a>(ptr: *mut c_void) -> Self::Borrowed<'a>; in borrow() method142 unsafe fn borrow<'a>(_: *mut c_void) -> Self::Borrowed<'a> {} in borrow() method
506 unsafe fn borrow<'a>(ptr: *mut c_void) -> &'a T { in borrow() function541 unsafe fn borrow<'a>(ptr: *mut c_void) -> Pin<&'a T> { in borrow() function614 fn borrow(&self) -> &T { in borrow() function
929 fn borrow(&self) -> &[T] { in borrow() function
159 int i, borrow = 0; in sub_reg() local