#[repr(C)]pub struct FD_SET {
pub fd_count: u32,
pub fd_array: [u64; 64],
}
🔬This is a nightly-only experimental API. (
windows_c
)Fields§
§fd_count: u32
🔬This is a nightly-only experimental API. (
§windows_c
)fd_array: [u64; 64]
🔬This is a nightly-only experimental API. (
windows_c
)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§
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