pub fn modify( epoll: impl AsFd, source: impl AsFd, data: EventData, event_flags: EventFlags, ) -> Result<(), Errno> ⓘ
dep_rustix
epoll_ctl(self, EPOLL_CTL_MOD, target, event)—Modifies an element in a given epoll object.
epoll_ctl(self, EPOLL_CTL_MOD, target, event)
This sets the events of interest with target to events.
target
events