pub struct AsyncFd { /* private fields */ }Expand description
Runtime-owned readiness source passed to an AsyncFdAdapter.
On Linux and Apple platforms this wraps the nonblocking watch file descriptor. On other platforms the value is never used.
Implementations§
Auto Trait Implementations§
impl Freeze for AsyncFd
impl RefUnwindSafe for AsyncFd
impl Send for AsyncFd
impl Sync for AsyncFd
impl Unpin for AsyncFd
impl UnsafeUnpin for AsyncFd
impl UnwindSafe for AsyncFd
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more