Struct rustix::io::epoll::Owning
pub struct Owning<'context, T: IntoFd + FromFd> { /* fields hidden */ }
The portability is definied by:
#[cfg(feature = "std")]
Documentation
A type implementing Context
where the Data
type is T
, a type
implementing IntoFd
and FromFd
.
This may be used with OwnedFd
, or higher-level types like
std::fs::File
or std::net::TcpStream
.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'context, T> RefUnwindSafe for Owning<'context, T>
where
T: RefUnwindSafe,
impl<'context, T> UnwindSafe for Owning<'context, T>
where
T: RefUnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T