pub struct AioEvent(/* private fields */);Available on FreeBSD and crate feature
net only.Expand description
Opaque data returned by Aio::poll_ready.
It can be fed back to Aio::clear_ready.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AioEvent
Available on non-
loom only.impl RefUnwindSafe for AioEvent
Available on non-
loom only.impl Send for AioEvent
Available on non-
loom only.impl Sync for AioEvent
Available on non-
loom only.impl Unpin for AioEvent
Available on non-
loom only.impl UnsafeUnpin for AioEvent
Available on non-
loom only.impl UnwindSafe for AioEvent
Available on non-
loom only.Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on non-loom only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on non-
loom only.Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
Available on non-loom only.
impl<T> Instrument for T
Available on non-
loom only.§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§impl<T> WithSubscriber for T
Available on non-loom only.
impl<T> WithSubscriber for T
Available on non-
loom only.