Struct libevent_sys::evkeyval__bindgen_ty_1
source · #[repr(C)]pub struct evkeyval__bindgen_ty_1 {
pub tqe_next: *mut evkeyval,
pub tqe_prev: *mut *mut evkeyval,
}Fields§
§tqe_next: *mut evkeyval§tqe_prev: *mut *mut evkeyvalTrait Implementations§
source§impl Clone for evkeyval__bindgen_ty_1
impl Clone for evkeyval__bindgen_ty_1
source§fn clone(&self) -> evkeyval__bindgen_ty_1
fn clone(&self) -> evkeyval__bindgen_ty_1
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