pub struct Events { /* private fields */ }
Expand description
Notification of the events that have happened on a socket.
This type is passed as an argument to the action
method on a multi handle
to indicate what events have occurred on a socket.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Events
impl Send for Events
impl Sync for Events
impl Unpin for Events
impl UnwindSafe for Events
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more