Struct libevent_sys::event_list
source · #[repr(C)]pub struct event_list {
pub tqh_first: *mut event,
pub tqh_last: *mut *mut event,
}Fields§
§tqh_first: *mut event§tqh_last: *mut *mut eventTrait Implementations§
source§impl Clone for event_list
impl Clone for event_list
source§fn clone(&self) -> event_list
fn clone(&self) -> event_list
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