Struct curl_sys::curl_waitfd
source · [−]#[repr(C)]pub struct curl_waitfd {
pub fd: curl_socket_t,
pub events: c_short,
pub revents: c_short,
}
Fields
fd: curl_socket_t
events: c_short
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more