Home
last modified time | relevance | path

Searched defs:to_c_struct (Results 1 – 2 of 2) sorted by relevance

/base/request/request/services/src/utils/
Dc_wrapper.rs69 pub(crate) fn to_c_struct(&self) -> CFileSpec { in to_c_struct() method
98 pub(crate) fn to_c_struct(&self) -> CFormItem { in to_c_struct() method
/base/request/request/services/src/task/
Dffi.rs103 pub(crate) fn to_c_struct(&self, sizes: &str, processed: &str, extras: &str) -> CProgress { in to_c_struct() method
146 pub(crate) fn to_c_struct(&self, info: &InfoSet) -> CTaskInfo { in to_c_struct() method
226 pub(crate) fn to_c_struct(&self, sizes: &str, processed: &str, extras: &str) -> CUpdateInfo { in to_c_struct() method
238 pub(crate) fn to_c_struct(&self, task_id: u32, uid: u64, set: &ConfigSet) -> CTaskConfig { in to_c_struct() method