Struct windows_sys::Win32::Networking::WinSock::WSAPOLLFD
#[repr(C)]pub struct WSAPOLLFD {
pub fd: SOCKET,
pub events: WSAPOLL_EVENT_FLAGS,
pub revents: WSAPOLL_EVENT_FLAGS,
}
Fields§
§fd: SOCKET
§events: WSAPOLL_EVENT_FLAGS
§revents: WSAPOLL_EVENT_FLAGS
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WSAPOLLFD
impl Send for WSAPOLLFD
impl Sync for WSAPOLLFD
impl Unpin for WSAPOLLFD
impl UnwindSafe for WSAPOLLFD
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