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