Searched defs:WatchingEvents (Results 1 – 1 of 1) sorted by relevance
326 pub struct WatchingEvents(u32); struct328 impl WatchingEvents { impl343 pub fn new(raw: u32) -> WatchingEvents { in new()351 pub fn set_read(self) -> WatchingEvents { in set_read()359 pub fn set_write(self) -> WatchingEvents { in set_write()485 events: WatchingEvents, in add_fd_with_events()533 pub fn modify(&self, fd: &dyn AsRawFd, events: WatchingEvents, token: T) -> Result<()> { in modify()804 events: WatchingEvents, in add_fd_with_events()823 pub fn modify(&self, fd: &dyn AsRawFd, events: WatchingEvents, token: T) -> Result<()> { in modify()