Struct emscripten_sys::pthread_attr_t__bindgen_ty_1
[−]
[src]
#[repr(C)]pub struct pthread_attr_t__bindgen_ty_1 { pub __i: __BindgenUnionField<[c_int; 11]>, pub __vi: __BindgenUnionField<[c_int; 11]>, pub __s: __BindgenUnionField<[c_uint; 11]>, pub bindgen_union_field: [u32; 11], }
Fields
__i: __BindgenUnionField<[c_int; 11]>
__vi: __BindgenUnionField<[c_int; 11]>
__s: __BindgenUnionField<[c_uint; 11]>
bindgen_union_field: [u32; 11]
Trait Implementations
impl Debug for pthread_attr_t__bindgen_ty_1
[src]
impl Copy for pthread_attr_t__bindgen_ty_1
[src]
impl Clone for pthread_attr_t__bindgen_ty_1
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more