Struct FD_SET
#[repr(C)]pub struct FD_SET {
pub fd_count: u32,
pub fd_array: [SOCKET; 64],
}
Fields§
§fd_count: u32
§fd_array: [SOCKET; 64]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FD_SET
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§
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