Searched defs:CFormItem (Results 1 – 2 of 2) sorted by relevance
37 struct CFormItem { struct38 CStringWrapper name;39 CStringWrapper value;
103 pub(crate) struct CFormItem { struct109 pub(crate) fn to_c_struct(&self) -> CFormItem { in to_c_struct()128 pub(crate) fn DeleteCFormItem(ptr: *const CFormItem); in DeleteCFormItem()