#[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 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 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