Struct windows::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
§fn clone(&self) -> WSAPOLLDATA
fn clone(&self) -> WSAPOLLDATA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WSAPOLLDATA
impl Debug for WSAPOLLDATA
§impl PartialEq for WSAPOLLDATA
impl PartialEq for WSAPOLLDATA
§fn eq(&self, other: &WSAPOLLDATA) -> bool
fn eq(&self, other: &WSAPOLLDATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WSAPOLLDATA
impl Eq for WSAPOLLDATA
impl StructuralPartialEq for WSAPOLLDATA
Auto Trait Implementations§
impl Freeze for WSAPOLLDATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)