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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes