#[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_void
Auto Trait Implementations
impl RefUnwindSafe for CURLMsg
impl !Send for CURLMsg
impl !Sync for CURLMsg
impl Unpin for CURLMsg
impl UnwindSafe for CURLMsg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more