Union binaryen::ffi::pthread_condattr_t[][src]

#[repr(C)]
pub union pthread_condattr_t { pub __size: [i8; 4], pub __align: i32, // some fields omitted }

Fields

Trait Implementations

impl Clone for pthread_condattr_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for pthread_condattr_t
[src]

Auto Trait Implementations