#[repr(C)]pub struct CURLMsg {
pub msg: CURLMSG,
pub easy_handle: *mut CURL,
pub data: *mut c_void,
}Fields§
§msg: CURLMSG§easy_handle: *mut CURL§data: *mut c_voidAuto Trait Implementations§
impl Freeze for CURLMsg
impl RefUnwindSafe for CURLMsg
impl !Send for CURLMsg
impl !Sync for CURLMsg
impl Unpin 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