Searched refs:InfoSet (Results 1 – 2 of 2) sorted by relevance
77 pub(crate) struct InfoSet { struct143 pub(crate) fn build_info_set(&self) -> InfoSet { in build_info_set() argument144 InfoSet { in build_info_set()
17 use super::info::{CommonTaskInfo, InfoSet, TaskInfo, UpdateInfo};156 pub(crate) fn to_c_struct(&self, info: &InfoSet) -> CTaskInfo { in to_c_struct()