Struct base_tokio::EventTokio
source · pub struct EventTokio(AsyncFd<SafeDescriptor>);
Expand description
An async version of base::Event
.
Tuple Fields§
§0: AsyncFd<SafeDescriptor>
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for EventTokio
impl Send for EventTokio
impl Sync for EventTokio
impl Unpin for EventTokio
impl !UnwindSafe for EventTokio
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