#[repr(C)]pub struct curl_forms {
    pub option: CURLformoption,
    pub value: *const c_char,
}Fields§
§option: CURLformoption§value: *const c_charAuto Trait Implementations§
impl Freeze for curl_forms
impl RefUnwindSafe for curl_forms
impl !Send for curl_forms
impl !Sync for curl_forms
impl Unpin for curl_forms
impl UnwindSafe for curl_forms
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more