Home
last modified time | relevance | path

Searched defs:WatchingEvents (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dpoll.rs326 pub struct WatchingEvents(u32); struct
328 impl WatchingEvents { impl
343 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()