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],
}
Fields§
§result: i32
§fds: u32
§timeout: i32
§fdArray: [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§
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