#[repr(C)]pub struct CurlWaitFd {
pub fd: CurlSocket,
pub events: c_short,
pub revents: c_short,
}Fields§
§fd: CurlSocket§events: c_short§revents: c_shortAuto Trait Implementations§
impl Freeze for CurlWaitFd
impl RefUnwindSafe for CurlWaitFd
impl Send for CurlWaitFd
impl Sync for CurlWaitFd
impl Unpin for CurlWaitFd
impl UnsafeUnpin for CurlWaitFd
impl UnwindSafe for CurlWaitFd
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