Struct curl_sys::curl_waitfd
#[repr(C)]
pub struct curl_waitfd {
pub fd: curl_socket_t,
pub events: c_short,
pub revents: c_short,
}
Fields
pub fd: curl_socket_t
pub events: c_short
pub revents: c_short
Auto Trait Implementations
impl RefUnwindSafe for curl_waitfd
impl Send for curl_waitfd
impl Sync for curl_waitfd
impl Unpin for curl_waitfd
impl UnwindSafe for curl_waitfd
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T