Struct panda::sys::QemuCond [−][src]
#[repr(C)]pub struct QemuCond {
pub cond: pthread_cond_t,
}Fields
cond: pthread_cond_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QemuCond
impl UnwindSafe for QemuCond
Blanket Implementations
Mutably borrows from an owned value. Read more