Struct panda::sys::QemuThread [−][src]
#[repr(C)]pub struct QemuThread {
pub thread: u64,
}Fields
thread: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QemuThread
impl Send for QemuThread
impl Sync for QemuThread
impl Unpin for QemuThread
impl UnwindSafe for QemuThread
Blanket Implementations
Mutably borrows from an owned value. Read more