Struct open_coroutine::epoll_data
source · Fields§
§ptr: *mut c_void
§fd: i32
§u32: u32
§u64: u64
Trait Implementations§
source§impl Clone for epoll_data
impl Clone for epoll_data
source§fn clone(&self) -> epoll_data
fn clone(&self) -> epoll_data
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more