#[repr(C)]pub struct CURLMsg {
pub msg: CURLMSG,
pub easy_handle: *mut c_void,
pub result: CURLcode,
}Expand description
CURLMsg — completion message from curl_multi_info_read.
Fields§
§msg: CURLMSG§easy_handle: *mut c_void§result: CURLcodeAuto Trait Implementations§
impl !Send for CURLMsg
impl !Sync for CURLMsg
impl Freeze for CURLMsg
impl RefUnwindSafe for CURLMsg
impl Unpin for CURLMsg
impl UnsafeUnpin for CURLMsg
impl UnwindSafe for CURLMsg
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