Struct curl_sys::curl_forms
#[repr(C)]
pub struct curl_forms {
pub option: CURLformoption,
pub value: *const c_char,
}Fields
pub option: CURLformoptionpub value: *const c_charAuto Trait Implementations
impl !Send for curl_formsimpl !Sync for curl_formsimpl RefUnwindSafe for curl_formsimpl Unpin for curl_formsimpl UnwindSafe for curl_formsBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T