Searched refs:Borrowed (Results 1 – 4 of 4) sorted by relevance
23 type Borrowed<'a>; typedef84 unsafe fn borrow<'a>(ptr: *mut crate::ffi::c_void) -> Self::Borrowed<'a>; in borrow()116 type Borrowed<'a> = (); typedef125 unsafe fn borrow<'a>(_: *mut crate::ffi::c_void) -> Self::Borrowed<'a> {} in borrow()
128 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in ioctl()145 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in compat_ioctl()155 _device: <Self::Ptr as ForeignOwnable>::Borrowed<'_>, in show_fdinfo()
367 type Borrowed<'a> = &'a T; typedef398 type Borrowed<'a> = Pin<&'a T>; typedef
375 type Borrowed<'a> = ArcBorrow<'a, T>; typedef376 type BorrowedMut<'a> = Self::Borrowed<'a>;