Struct libevent_sys::evbuffer_ptr__bindgen_ty_1
source · #[repr(C)]pub struct evbuffer_ptr__bindgen_ty_1 {
pub chain: *mut c_void,
pub pos_in_chain: size_t,
}Fields§
§chain: *mut c_void§pos_in_chain: size_tTrait Implementations§
source§impl Clone for evbuffer_ptr__bindgen_ty_1
impl Clone for evbuffer_ptr__bindgen_ty_1
source§fn clone(&self) -> evbuffer_ptr__bindgen_ty_1
fn clone(&self) -> evbuffer_ptr__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