Struct curl_sys::CURLMsg
#[repr(C)]
pub struct CURLMsg {
pub msg: CURLMSG,
pub easy_handle: *mut CURL,
pub data: *mut c_void,
}
Fields
pub msg: CURLMSG
pub easy_handle: *mut CURL
pub data: *mut c_void
Auto Trait Implementations
impl RefUnwindSafe for CURLMsg
impl UnwindSafe for CURLMsg
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T