#[repr(C)]pub struct event_callback__bindgen_ty_1 {
pub tqe_next: *mut event_callback,
pub tqe_prev: *mut *mut event_callback,
}Fields§
§tqe_next: *mut event_callback§tqe_prev: *mut *mut event_callbackTrait Implementations§
source§impl Clone for event_callback__bindgen_ty_1
impl Clone for event_callback__bindgen_ty_1
source§fn clone(&self) -> event_callback__bindgen_ty_1
fn clone(&self) -> event_callback__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