Struct windows_sys::Win32::Networking::WinSock::FD_SET
[−]Expand description
Required features: "Win32_Networking_WinSock"
Fields
fd_count: u32fd_array: [SOCKET; 64]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FD_SET
impl Send for FD_SET
impl Sync for FD_SET
impl Unpin for FD_SET
impl UnwindSafe for FD_SET
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