pub fn epoll_mod(
epoll: impl AsFd,
source: impl AsFd,
data: u64,
event_flags: EventFlags
) -> Result<()>Expand description
epoll_ctl(self, EPOLL_CTL_MOD, target, event)—Modifies an element in
this Epoll.
This sets the events of interest with target to events.