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
impl RefUnwindSafe for AioEvent
impl Send for AioEvent
impl Sync for AioEvent
impl Unpin for AioEvent
impl UnwindSafe for AioEvent
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