#[repr(C)]pub struct native_thread_data_struct {
pub node: native_thread_data_struct__bindgen_ty_1,
pub cond: native_thread_data_struct__bindgen_ty_2,
}Fields§
§node: native_thread_data_struct__bindgen_ty_1§cond: native_thread_data_struct__bindgen_ty_2Trait Implementations§
source§impl Clone for native_thread_data_struct
impl Clone for native_thread_data_struct
source§fn clone(&self) -> native_thread_data_struct
fn clone(&self) -> native_thread_data_struct
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