Searched refs:PollTable (Results 1 – 1 of 1) sorted by relevance
39 pub struct PollTable(Opaque<bindings::poll_table>); struct41 impl PollTable { impl51 pub unsafe fn from_ptr<'a>(ptr: *mut bindings::poll_table) -> &'a mut PollTable { in from_ptr() argument