Struct rbspy_ruby_structs::ruby_2_1_0::rb_thread_cond_struct [−][src]
#[repr(C)]pub struct rb_thread_cond_struct { pub cond: pthread_cond_t, pub clockid: clockid_t, }
Fields
cond: pthread_cond_t
clockid: clockid_t
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rb_thread_cond_struct
impl Send for rb_thread_cond_struct
impl Sync for rb_thread_cond_struct
impl Unpin for rb_thread_cond_struct
impl UnwindSafe for rb_thread_cond_struct
Blanket Implementations
Mutably borrows from an owned value. Read more