Searched defs:CFormItem (Results 1 – 3 of 3) sorted by relevance
39 struct CFormItem { struct40 CStringWrapper name;41 CStringWrapper value;
92 pub(crate) struct CFormItem { struct98 pub(crate) fn to_c_struct(&self) -> CFormItem { in to_c_struct()116 pub(crate) fn DeleteCFormItem(ptr: *const CFormItem); in DeleteCFormItem()
68 } CFormItem; typedef