Struct panda_sys::IOThreadInfo [−][src]
#[repr(C)]pub struct IOThreadInfo { pub id: *mut c_char, pub thread_id: i64, pub poll_max_ns: i64, pub poll_grow: i64, pub poll_shrink: i64, }
Fields
id: *mut c_charthread_id: i64poll_max_ns: i64poll_grow: i64poll_shrink: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IOThreadInfoimpl !Send for IOThreadInfoimpl !Sync for IOThreadInfoimpl Unpin for IOThreadInfoimpl UnwindSafe for IOThreadInfoBlanket Implementations
Mutably borrows from an owned value. Read more