Struct panda_sys::IOThreadInfoList [−][src]
#[repr(C)]pub struct IOThreadInfoList { pub next: *mut IOThreadInfoList, pub value: *mut IOThreadInfo, }
Fields
next: *mut IOThreadInfoListvalue: *mut IOThreadInfoTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IOThreadInfoListimpl !Send for IOThreadInfoListimpl !Sync for IOThreadInfoListimpl Unpin for IOThreadInfoListimpl UnwindSafe for IOThreadInfoListBlanket Implementations
Mutably borrows from an owned value. Read more