Struct panda_sys::QemuThread [−][src]
#[repr(C)]pub struct QemuThread { pub thread: pthread_t, }
Fields
thread: pthread_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QemuThreadimpl Send for QemuThreadimpl Sync for QemuThreadimpl Unpin for QemuThreadimpl UnwindSafe for QemuThreadBlanket Implementations
Mutably borrows from an owned value. Read more