Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vmm-sys-util/src/linux/
Dpoll.rs293 pub struct PollEventsOwned<T> { struct
299 impl<T> std::fmt::Debug for PollEventsOwned<T> { implementation
309 impl<T: PollToken> PollEventsOwned<T> { implementation