Struct rustix::io::epoll::Borrowing
pub struct Borrowing<'a> { /* fields hidden */ }Documentation
A type implementing Context where the Data type is BorrowedFd<'a>.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Borrowing<'a>impl<'a> UnwindSafe for Borrowing<'a>Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T