| 134 | #[derive(Copy, Clone)] |
| 135 | #[repr(transparent)] |
| 136 | pub struct Borrowed<'fd> { |
| 137 | inner: BorrowedInner<'fd>, |
| 138 | } |
| 139 | |
| 140 | impl<'fd> PartialEq for Borrowed<'fd> { |
| 141 | fn eq(&self, other: &Self) -> bool { |
no outgoing calls
no test coverage detected