Struct 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 Freeze for WSAPOLLFD
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