Struct windows_sys::Win32::Networking::WinSock::WSAPOLLDATA
[−]#[repr(C)]pub struct WSAPOLLDATA {
pub result: i32,
pub fds: u32,
pub timeout: i32,
pub fdArray: [WSAPOLLFD; 1],
}Expand description
Required features: "Win32_Networking_WinSock"
Fields
result: i32fds: u32timeout: i32fdArray: [WSAPOLLFD; 1]Trait Implementations
impl Clone for WSAPOLLDATA
impl Clone for WSAPOLLDATA
impl Copy for WSAPOLLDATA
Auto Trait Implementations
impl RefUnwindSafe for WSAPOLLDATA
impl Send for WSAPOLLDATA
impl Sync for WSAPOLLDATA
impl Unpin for WSAPOLLDATA
impl UnwindSafe for WSAPOLLDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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