#[repr(C)]pub struct curl_waitfd {
pub fd: c_long,
pub events: c_short,
pub revents: c_short,
}Expand description
curl_waitfd — extra file descriptor for curl_multi_wait/curl_multi_poll.
Fields§
§fd: c_long§events: c_short§revents: c_shortAuto Trait Implementations§
impl Freeze for curl_waitfd
impl RefUnwindSafe for curl_waitfd
impl Send for curl_waitfd
impl Sync for curl_waitfd
impl Unpin for curl_waitfd
impl UnsafeUnpin for curl_waitfd
impl UnwindSafe for curl_waitfd
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