Struct 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 moreimpl Copy 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